#602438

Color #602438 Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #602438

Tints of Siren #602438

Color information

#602438 (or 0x602438) is unknown color: approx Siren. HEX triplet: 60, 24 and 38. RGB value is (96,36,56). Sum of RGB (Red+Green+Blue) = 96+36+56=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #602438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602438 is #9FDBC7. Grayscale: #383838. Windows color (decimal): -10476488 or 3679328. OLE color: 3679328.

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

Color convert

RGB963656-
CMYK00.620.420.62
HSL340º45.45%25.88%-
HSV(B)340º62.5%37.65%-
XYZ6.174.034.19-
YUV56.22127.88156.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96365600.620.420.6234045.4525.88
Hex60243803E2A3E1542d1a
Octal140447007652765245532
Binary1100000100100111000011111010101011111010101010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602438; }

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

 H1.HeaderClassName
 {
   color: #602438;
 }
 .AnyTagClassName
 {
   color: #602438;
 }
</style>
background-color css

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

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

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

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

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

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