#612B40

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

Shades of Siren #612B40

Tints of Siren #612B40

Color information

#612B40 (or 0x612B40) is unknown color: approx Siren. HEX triplet: 61, 2B and 40. RGB value is (97,43,64). Sum of RGB (Red+Green+Blue) = 97+43+64=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B40 is #9ED4BF. Grayscale: #3D3D3D. Windows color (decimal): -10409152 or 4205409. OLE color: 4205409.

HSL color Cylindrical-coordinate representation of color #612B40: hue angle of 336.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B40 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB974364-
CMYK00.560.340.62
HSL336.67º38.57%27.45%-
HSV(B)336.67º55.67%38.04%-
XYZ6.724.645.39-
YUV61.54129.39153.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=47.55%
G=21.08%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97436400.560.340.62336.6738.5727.45
Hex612B40038223E151271b
Octal1415310007042765214733
Binary11000011010111000000011100010001011111010101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612B40; }

 p { color: rgb(97,43,64); }

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

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

 a { background-color: rgb(97,43,64); }

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

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

 span { border-color: rgb(97,43,64); }

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