#602235

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

Shades of Siren #602235

Tints of Siren #602235

Color information

#602235 (or 0x602235) is unknown color: approx Siren. HEX triplet: 60, 22 and 35. RGB value is (96,34,53). Sum of RGB (Red+Green+Blue) = 96+34+53=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602235 is #9FDDCA. Grayscale: #363636. Windows color (decimal): -10477003 or 3482208. OLE color: 3482208.

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

Color convert

RGB963453-
CMYK00.650.450.62
HSL341.61º47.69%25.49%-
HSV(B)341.61º64.58%37.65%-
XYZ6.043.893.8-
YUV54.7127.04157.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=52.46%
G=18.58%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96345300.650.450.62341.6147.6925.49
Hex6022350412D3E1563019
Octal1404265010155765266031
Binary11000001000101101010100000110110111111010101011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602235; }

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

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

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

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

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

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

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

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