#66102E

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

Shades of Claret #66102E

Tints of Claret #66102E

Color information

#66102E (or 0x66102E) is unknown color: approx Claret. HEX triplet: 66, 10 and 2E. RGB value is (102,16,46). Sum of RGB (Red+Green+Blue) = 102+16+46=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66102E is #99EFD1. Grayscale: #2D2D2D. Windows color (decimal): -10088402 or 3018854. OLE color: 3018854.

HSL color Cylindrical-coordinate representation of color #66102E: hue angle of 339.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66102E is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB1021646-
CMYK00.840.550.6
HSL339.07º72.88%23.14%-
HSV(B)339.07º84.31%40%-
XYZ6.163.392.92-
YUV45.13128.49168.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=62.20%
G=9.76%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102164600.840.550.6339.0772.8823.14
Hex66102E054373C1534917
Octal14620560124677452311127
Binary11001101000010111001010100110111111100101010011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66102E; }

 p { color: rgb(102,16,46); }

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

<style>
 a { background-color: #66102E; }

 a { background-color: rgb(102,16,46); }

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

<style>
 span { border-color: #66102E; }

 span { border-color: rgb(102,16,46); }

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