#602838

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

Shades of Siren #602838

Tints of Siren #602838

Color information

#602838 (or 0x602838) is unknown color: approx Siren. HEX triplet: 60, 28 and 38. RGB value is (96,40,56). Sum of RGB (Red+Green+Blue) = 96+40+56=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #602838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602838 is #9FD7C7. Grayscale: #3A3A3A. Windows color (decimal): -10475464 or 3680352. OLE color: 3680352.

HSL color Cylindrical-coordinate representation of color #602838: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602838 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB964056-
CMYK00.580.420.62
HSL342.86º41.18%26.67%-
HSV(B)342.86º58.33%37.65%-
XYZ6.34.294.24-
YUV58.57126.55154.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 56 (22.27% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96405600.580.420.62342.8641.1826.67
Hex60283803A2A3E157291b
Octal140507007252765275133
Binary1100000101000111000011101010101011111010101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602838; }

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

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

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

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

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

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

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

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