#66112F

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

Shades of Claret #66112F

Tints of Claret #66112F

Color information

#66112F (or 0x66112F) is unknown color: approx Claret. HEX triplet: 66, 11 and 2F. RGB value is (102,17,47). Sum of RGB (Red+Green+Blue) = 102+17+47=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112F is #99EED0. Grayscale: #2D2D2D. Windows color (decimal): -10088145 or 3084646. OLE color: 3084646.

HSL color Cylindrical-coordinate representation of color #66112F: hue angle of 338.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66112F is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1021747-
CMYK00.830.540.6
HSL338.82º71.43%23.33%-
HSV(B)338.82º83.33%40%-
XYZ6.193.433.03-
YUV45.83128.66168.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=61.45%
G=10.24%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102174700.830.540.6338.8271.4323.33
Hex66112F053363C1534717
Octal14621570123667452310727
Binary11001101000110111101010011110110111100101010011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66112F; }

 p { color: rgb(102,17,47); }

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

<style>
 a { background-color: #66112F; }

 a { background-color: rgb(102,17,47); }

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

<style>
 span { border-color: #66112F; }

 span { border-color: rgb(102,17,47); }

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