#602238

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

Shades of Siren #602238

Tints of Siren #602238

Color information

#602238 (or 0x602238) is unknown color: approx Siren. HEX triplet: 60, 22 and 38. RGB value is (96,34,56). Sum of RGB (Red+Green+Blue) = 96+34+56=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602238 is #9FDDC7. Grayscale: #373737. Windows color (decimal): -10477000 or 3678816. OLE color: 3678816.

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

Color convert

RGB963456-
CMYK00.650.420.62
HSL338.71º47.69%25.49%-
HSV(B)338.71º64.58%37.65%-
XYZ6.113.924.18-
YUV55.05128.54157.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=51.61%
G=18.28%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96345600.650.420.62338.7147.6925.49
Hex6022380412A3E1533019
Octal1404270010152765236031
Binary11000001000101110000100000110101011111010101001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602238; }

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

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

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

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

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

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

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

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