Html Css Color HEX #662332 Claret

📋 copy color: '#662332'

red 102 ◦ green 35 ◦ blue 50

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

Shades of Claret #662332

Tints of Claret #662332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

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

R = 54.55%
G = 18.72%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.6

RGB Variations

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

Color information

#662332 (or 0x662332) is known color: Claret. HEX triplet: 66, 23 and 32. RGB value is (102,35,50). Sum of RGB (Red+Green+Blue) = 102+35+50=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662332 is #99DCCD. Grayscale: #383838. Windows color (decimal): -10083534 or 3285862. OLE color: 3285862.

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

Color convert

RGB 102 35 50 -
CMYK 0 0.66 0.51 0.6
HSL 346.57º 0.49% 0.27% -
HSV(B) 346.57º 0.66% 0.4% -
XYZ 6.66 4.26 3.49 -
YUV 56.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 102 35 50 0 0.66 0.51 0.6 346.57 0.49 0.27
Hex 66 23 32 0 42 33 3C 15B 31 1B
Octal 146 43 62 0 102 63 74 533 61 33
Binary 1100110 100011 110010 0 1000010 110011 111100 101011011 110001 11011

Color Harmonies of #662332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662332

Black with #662332

Text Example


Text Example

White with #662332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662332; }

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

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

background-color css

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

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

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

border-color css

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

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

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