Html Css Color HEX #602434 Siren

📋 copy color: '#602434'

red 96 ◦ green 36 ◦ blue 52

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

Shades of Siren #602434

Tints of Siren #602434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 52.17%
G = 19.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#602434 (or 0x602434) is known color: Siren. HEX triplet: 60, 24 and 34. RGB value is (96,36,52). Sum of RGB (Red+Green+Blue) = 96+36+52=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602434 is #9FDBCB. Grayscale: #373737. Windows color (decimal): -10476492 or 3417184. OLE color: 3417184.

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

Color convert

RGB 96 36 52 -
CMYK 0 0.62 0.46 0.62
HSL 344º 0.45% 0.26% -
HSV(B) 344º 0.63% 0.38% -
XYZ 6.07 4 3.7 -
YUV 55.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 96 36 52 0 0.62 0.46 0.62 344 0.45 0.26
Hex 60 24 34 0 3E 2E 3E 158 2D 1A
Octal 140 44 64 0 76 56 76 530 55 32
Binary 1100000 100100 110100 0 111110 101110 111110 101011000 101101 11010

Color Harmonies of #602434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602434

Black with #602434

Text Example


Text Example

White with #602434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602434; }

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

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

background-color css

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

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

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

border-color css

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

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

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