#602138

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

Shades of Siren #602138

Tints of Siren #602138

Color information

#602138 (or 0x602138) is unknown color: approx Siren. HEX triplet: 60, 21 and 38. RGB value is (96,33,56). Sum of RGB (Red+Green+Blue) = 96+33+56=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #602138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602138 is #9FDEC7. Grayscale: #363636. Windows color (decimal): -10477256 or 3678560. OLE color: 3678560.

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

Color convert

RGB963356-
CMYK00.660.420.62
HSL338.1º48.84%25.29%-
HSV(B)338.1º65.62%37.65%-
XYZ6.083.864.17-
YUV54.46128.87157.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=51.89%
G=17.84%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96335600.660.420.62338.148.8425.29
Hex6021380422A3E1523119
Octal1404170010252765226131
Binary11000001000011110000100001010101011111010101001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602138; }

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

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

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

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

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

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

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

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