#762640

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

Shades of Siren #762640

Tints of Siren #762640

Color information

#762640 (or 0x762640) is unknown color: approx Siren. HEX triplet: 76, 26 and 40. RGB value is (118,38,64). Sum of RGB (Red+Green+Blue) = 118+38+64=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #762640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762640 is #89D9BF. Grayscale: #404040. Windows color (decimal): -9034176 or 4204150. OLE color: 4204150.

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

Color convert

RGB1183864-
CMYK00.680.460.54
HSL340.5º51.28%30.59%-
HSV(B)340.5º67.8%46.27%-
XYZ9.095.615.45-
YUV64.88127.5165.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=53.64%
G=17.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118386400.680.460.54340.551.2830.59
Hex7626400442E36154331f
Octal16646100010456665246337
Binary111011010011010000000100010010111011011010101010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762640; }

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

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

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

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

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

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

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

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