Html Css Color HEX #602132 Claret

📋 copy color: '#602132'

red 96 ◦ green 33 ◦ blue 50

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

Shades of Claret #602132

Tints of Claret #602132

RGB

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

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

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

R = 53.63%
G = 18.44%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602132 (or 0x602132) is known color: Claret. HEX triplet: 60, 21 and 32. RGB value is (96,33,50). Sum of RGB (Red+Green+Blue) = 96+33+50=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #602132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602132 is #9FDECD. Grayscale: #353535. Windows color (decimal): -10477262 or 3285344. OLE color: 3285344.

HSL color Cylindrical-coordinate representation of color #602132: hue angle of 343.81º 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 #602132 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 50 -
CMYK 0 0.66 0.48 0.62
HSL 343.81º 0.49% 0.25% -
HSV(B) 343.81º 0.66% 0.38% -
XYZ 5.94 3.8 3.44 -
YUV 53.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 96 33 50 0 0.66 0.48 0.62 343.81 0.49 0.25
Hex 60 21 32 0 42 30 3E 158 31 19
Octal 140 41 62 0 102 60 76 530 61 31
Binary 1100000 100001 110010 0 1000010 110000 111110 101011000 110001 11001

Color Harmonies of #602132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602132

Black with #602132

Text Example


Text Example

White with #602132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602132; }

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

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

background-color css

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

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

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

border-color css

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

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

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