Html Css Color HEX #662232 Claret

📋 copy color: '#662232'

red 102 ◦ green 34 ◦ blue 50

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

Shades of Claret #662232

Tints of Claret #662232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.28%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 54.84%
G = 18.28%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#662232 (or 0x662232) is known color: Claret. HEX triplet: 66, 22 and 32. RGB value is (102,34,50). Sum of RGB (Red+Green+Blue) = 102+34+50=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #662232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662232 is #99DDCD. Grayscale: #383838. Windows color (decimal): -10083790 or 3285606. OLE color: 3285606.

HSL color Cylindrical-coordinate representation of color #662232: hue angle of 345.88º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662232 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 34 50 -
CMYK 0 0.67 0.51 0.6
HSL 345.88º 0.5% 0.27% -
HSV(B) 345.88º 0.67% 0.4% -
XYZ 6.63 4.2 3.48 -
YUV 56.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 102 34 50 0 0.67 0.51 0.6 345.88 0.5 0.27
Hex 66 22 32 0 43 33 3C 15A 32 1B
Octal 146 42 62 0 103 63 74 532 62 33
Binary 1100110 100010 110010 0 1000011 110011 111100 101011010 110010 11011

Color Harmonies of #662232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662232

Black with #662232

Text Example


Text Example

White with #662232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662232; }

 p { color: rgb(102,34,50); }

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

background-color css

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

 a { background-color: rgb(102,34,50); }

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

border-color css

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

 span { border-color: rgb(102,34,50); }

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