#762340

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

Shades of Siren #762340

Tints of Siren #762340

Color information

#762340 (or 0x762340) is unknown color: approx Siren. HEX triplet: 76, 23 and 40. RGB value is (118,35,64). Sum of RGB (Red+Green+Blue) = 118+35+64=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #762340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762340 is #89DCBF. Grayscale: #3F3F3F. Windows color (decimal): -9034944 or 4203382. OLE color: 4203382.

HSL color Cylindrical-coordinate representation of color #762340: hue angle of 339.04º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762340 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1183564-
CMYK00.700.460.54
HSL339.04º54.25%30%-
HSV(B)339.04º70.34%46.27%-
XYZ95.425.42-
YUV63.12128.5167.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=54.38%
G=16.13%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118356400.700.460.54339.0454.2530
Hex7623400462E36153361e
Octal16643100010656665236636
Binary111011010001110000000100011010111011011010101001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762340; }

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

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

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

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

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

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

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

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