#602D3A

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

Shades of Siren #602D3A

Tints of Siren #602D3A

Color information

#602D3A (or 0x602D3A) is unknown color: approx Siren. HEX triplet: 60, 2D and 3A. RGB value is (96,45,58). Sum of RGB (Red+Green+Blue) = 96+45+58=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D3A is #9FD2C5. Grayscale: #3D3D3D. Windows color (decimal): -10474182 or 3812704. OLE color: 3812704.

HSL color Cylindrical-coordinate representation of color #602D3A: hue angle of 344.71º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D3A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB964558-
CMYK00.530.400.62
HSL344.71º36.17%27.65%-
HSV(B)344.71º53.12%37.65%-
XYZ6.534.674.56-
YUV61.73125.9152.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=48.24%
G=22.61%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96455800.530.400.62344.7136.1727.65
Hex602D3A035283E159241c
Octal140557206550765314434
Binary1100000101101111010011010110100011111010101100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D3A; }

 p { color: rgb(96,45,58); }

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

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

 a { background-color: rgb(96,45,58); }

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

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

 span { border-color: rgb(96,45,58); }

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