Html Css Color HEX #662131 Claret

📋 copy color: '#662131'

red 102 ◦ green 33 ◦ blue 49

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

Shades of Claret #662131

Tints of Claret #662131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 55.43%
G = 17.93%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#662131 (or 0x662131) is known color: Claret. HEX triplet: 66, 21 and 31. RGB value is (102,33,49). Sum of RGB (Red+Green+Blue) = 102+33+49=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #662131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662131 is #99DECE. Grayscale: #373737. Windows color (decimal): -10084047 or 3219814. OLE color: 3219814.

HSL color Cylindrical-coordinate representation of color #662131: hue angle of 346.09º 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 #662131 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 49 -
CMYK 0 0.68 0.52 0.6
HSL 346.09º 0.51% 0.26% -
HSV(B) 346.09º 0.68% 0.4% -
XYZ 6.58 4.13 3.36 -
YUV 55.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 102 33 49 0 0.68 0.52 0.6 346.09 0.51 0.26
Hex 66 21 31 0 44 34 3C 15A 33 1A
Octal 146 41 61 0 104 64 74 532 63 32
Binary 1100110 100001 110001 0 1000100 110100 111100 101011010 110011 11010

Color Harmonies of #662131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662131

Black with #662131

Text Example


Text Example

White with #662131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662131; }

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

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

background-color css

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

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

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

border-color css

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

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

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