#762D40

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

Shades of Siren #762D40

Tints of Siren #762D40

Color information

#762D40 (or 0x762D40) is unknown color: approx Siren. HEX triplet: 76, 2D and 40. RGB value is (118,45,64). Sum of RGB (Red+Green+Blue) = 118+45+64=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #762D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D40 is #89D2BF. Grayscale: #444444. Windows color (decimal): -9032384 or 4205942. OLE color: 4205942.

HSL color Cylindrical-coordinate representation of color #762D40: hue angle of 344.38º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D40 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1184564-
CMYK00.620.460.54
HSL344.38º44.79%31.96%-
HSV(B)344.38º61.86%46.27%-
XYZ9.346.15.54-
YUV68.99125.18162.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=51.98%
G=19.82%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118456400.620.460.54344.3844.7931.96
Hex762D4003E2E361582d20
Octal1665510007656665305540
Binary111011010110110000000111110101110110110101011000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762D40; }

 p { color: rgb(118,45,64); }

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

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

 a { background-color: rgb(118,45,64); }

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

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

 span { border-color: rgb(118,45,64); }

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