Html Css Color HEX #66112E Claret

📋 copy color: '#66112E'

red 102 ◦ green 17 ◦ blue 46

#66112E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #66112E

Tints of Claret #66112E

RGB

 RED value IS 102 (40.23% from 255) = 61.82%

 GREEN value IS 17 (7.03% from 255) = 10.3%

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 61.82%
G = 10.3%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66112E (or 0x66112E) is known color: Claret. HEX triplet: 66, 11 and 2E. RGB value is (102,17,46). Sum of RGB (Red+Green+Blue) = 102+17+46=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66112E is #99EED1. Grayscale: #2D2D2D. Windows color (decimal): -10088146 or 3019110. OLE color: 3019110.

HSL color Cylindrical-coordinate representation of color #66112E: hue angle of 339.53º 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 #66112E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 46 -
CMYK 0 0.83 0.55 0.6
HSL 339.53º 0.71% 0.23% -
HSV(B) 339.53º 0.83% 0.4% -
XYZ 6.17 3.42 2.92 -
YUV 45.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 102 17 46 0 0.83 0.55 0.6 339.53 0.71 0.23
Hex 66 11 2E 0 53 37 3C 154 47 17
Octal 146 21 56 0 123 67 74 524 107 27
Binary 1100110 10001 101110 0 1010011 110111 111100 101010100 1000111 10111

Color Harmonies of #66112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66112E

Black with #66112E

Text Example


Text Example

White with #66112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66112E;
 }
 .AnyTagClassName
 {
   color: #66112E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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