Html Css Color HEX #66122E Claret

📋 copy color: '#66122E'

red 102 ◦ green 18 ◦ blue 46

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

Shades of Claret #66122E

Tints of Claret #66122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

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

R = 61.45%
G = 10.84%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#66122E (or 0x66122E) is known color: Claret. HEX triplet: 66, 12 and 2E. RGB value is (102,18,46). Sum of RGB (Red+Green+Blue) = 102+18+46=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66122E is #99EDD1. Grayscale: #2E2E2E. Windows color (decimal): -10087890 or 3019366. OLE color: 3019366.

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

Color convert

RGB 102 18 46 -
CMYK 0 0.82 0.55 0.6
HSL 340º 0.7% 0.24% -
HSV(B) 340º 0.82% 0.4% -
XYZ 6.19 3.45 2.93 -
YUV 46.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 102 18 46 0 0.82 0.55 0.6 340 0.7 0.24
Hex 66 12 2E 0 52 37 3C 154 46 18
Octal 146 22 56 0 122 67 74 524 106 30
Binary 1100110 10010 101110 0 1010010 110111 111100 101010100 1000110 11000

Color Harmonies of #66122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66122E

Black with #66122E

Text Example


Text Example

White with #66122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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