#74203C

Color #74203C Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #74203C

Tints of Claret #74203C

Color information

#74203C (or 0x74203C) is unknown color: approx Claret. HEX triplet: 74, 20 and 3C. RGB value is (116,32,60). Sum of RGB (Red+Green+Blue) = 116+32+60=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74203C is #8BDFC3. Grayscale: #3C3C3C. Windows color (decimal): -9166788 or 3940468. OLE color: 3940468.

HSL color Cylindrical-coordinate representation of color #74203C: hue angle of 340º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74203C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1163260-
CMYK00.720.480.55
HSL340º56.76%29.02%-
HSV(B)340º72.41%45.49%-
XYZ8.535.074.8-
YUV60.31127.83167.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=55.77%
G=15.38%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116326000.720.480.5534056.7629.02
Hex74203C0483037154391d
Octal1644074011060675247135
Binary11101001000001111000100100011000011011110101010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74203C; }

 p { color: rgb(116,32,60); }

 H1.HeaderClassName
 {
   color: #74203C;
 }
 .AnyTagClassName
 {
   color: #74203C;
 }
</style>
background-color css

<style>
 a { background-color: #74203C; }

 a { background-color: rgb(116,32,60); }

 div.DivClassName
 {
   background-color: #74203C;
 }
 .BgClassName
 {
   background-color: #74203C;
 }
</style>
border-color css

<style>
 span { border-color: #74203C; }

 span { border-color: rgb(116,32,60); }

 td.TdClassName
 {
   border-color: #74203C;
 }
 .TagClassName
 {
   border-color: #74203C;
 }
</style>