Html Css Color HEX #602432 Claret

📋 copy color: '#602432'

red 96 ◦ green 36 ◦ blue 50

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

Shades of Claret #602432

Tints of Claret #602432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 52.75%
G = 19.78%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602432 (or 0x602432) is known color: Claret. HEX triplet: 60, 24 and 32. RGB value is (96,36,50). Sum of RGB (Red+Green+Blue) = 96+36+50=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #602432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602432 is #9FDBCD. Grayscale: #373737. Windows color (decimal): -10476494 or 3286112. OLE color: 3286112.

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

Color convert

RGB 96 36 50 -
CMYK 0 0.62 0.48 0.62
HSL 346º 0.45% 0.26% -
HSV(B) 346º 0.63% 0.38% -
XYZ 6.03 3.98 3.47 -
YUV 55.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 96 36 50 0 0.62 0.48 0.62 346 0.45 0.26
Hex 60 24 32 0 3E 30 3E 15A 2D 1A
Octal 140 44 62 0 76 60 76 532 55 32
Binary 1100000 100100 110010 0 111110 110000 111110 101011010 101101 11010

Color Harmonies of #602432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602432

Black with #602432

Text Example


Text Example

White with #602432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602432; }

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

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

background-color css

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

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

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

border-color css

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

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

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