#74213C

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

Shades of Claret #74213C

Tints of Claret #74213C

Color information

#74213C (or 0x74213C) is unknown color: approx Claret. HEX triplet: 74, 21 and 3C. RGB value is (116,33,60). Sum of RGB (Red+Green+Blue) = 116+33+60=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74213C is #8BDEC3. Grayscale: #3C3C3C. Windows color (decimal): -9166532 or 3940724. OLE color: 3940724.

HSL color Cylindrical-coordinate representation of color #74213C: hue angle of 340.48º degrees, saturation: 0.56, 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 #74213C is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1163360-
CMYK00.720.480.55
HSL340.48º55.7%29.22%-
HSV(B)340.48º71.55%45.49%-
XYZ8.565.134.81-
YUV60.9127.5167.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=55.50%
G=15.79%
B=28.71%

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
Decimal116336000.720.480.55340.4855.729.22
Hex74213C0483037154381d
Octal1644174011060675247035
Binary11101001000011111000100100011000011011110101010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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