Html Css Color HEX #602131 Claret

📋 copy color: '#602131'

red 96 ◦ green 33 ◦ blue 49

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

Shades of Claret #602131

Tints of Claret #602131

RGB

 RED value IS 96 (37.89% from 255) = 53.93%

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

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

R = 53.93%
G = 18.54%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#602131 (or 0x602131) is known color: Claret. HEX triplet: 60, 21 and 31. RGB value is (96,33,49). Sum of RGB (Red+Green+Blue) = 96+33+49=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #602131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602131 is #9FDECE. Grayscale: #353535. Windows color (decimal): -10477263 or 3219808. OLE color: 3219808.

HSL color Cylindrical-coordinate representation of color #602131: hue angle of 344.76º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602131 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 49 -
CMYK 0 0.66 0.49 0.62
HSL 344.76º 0.49% 0.25% -
HSV(B) 344.76º 0.66% 0.38% -
XYZ 5.92 3.8 3.33 -
YUV 53.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 96 33 49 0 0.66 0.49 0.62 344.76 0.49 0.25
Hex 60 21 31 0 42 31 3E 159 31 19
Octal 140 41 61 0 102 61 76 531 61 31
Binary 1100000 100001 110001 0 1000010 110001 111110 101011001 110001 11001

Color Harmonies of #602131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602131

Black with #602131

Text Example


Text Example

White with #602131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602131; }

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

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

background-color css

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

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

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

border-color css

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

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

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