Html Css Color HEX #662132 Claret

📋 copy color: '#662132'

red 102 ◦ green 33 ◦ blue 50

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

Shades of Claret #662132

Tints of Claret #662132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 55.14%
G = 17.84%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#662132 (or 0x662132) is known color: Claret. HEX triplet: 66, 21 and 32. RGB value is (102,33,50). Sum of RGB (Red+Green+Blue) = 102+33+50=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #662132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662132 is #99DECD. Grayscale: #373737. Windows color (decimal): -10084046 or 3285350. OLE color: 3285350.

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

Color convert

RGB 102 33 50 -
CMYK 0 0.68 0.51 0.6
HSL 345.22º 0.51% 0.26% -
HSV(B) 345.22º 0.68% 0.4% -
XYZ 6.6 4.14 3.47 -
YUV 55.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 102 33 50 0 0.68 0.51 0.6 345.22 0.51 0.26
Hex 66 21 32 0 44 33 3C 159 33 1A
Octal 146 41 62 0 104 63 74 531 63 32
Binary 1100110 100001 110010 0 1000100 110011 111100 101011001 110011 11010

Color Harmonies of #662132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662132

Black with #662132

Text Example


Text Example

White with #662132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662132; }

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

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

background-color css

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

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

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

border-color css

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

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

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