#762B40

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

Shades of Siren #762B40

Tints of Siren #762B40

Color information

#762B40 (or 0x762B40) is unknown color: approx Siren. HEX triplet: 76, 2B and 40. RGB value is (118,43,64). Sum of RGB (Red+Green+Blue) = 118+43+64=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B40 is #89D4BF. Grayscale: #434343. Windows color (decimal): -9032896 or 4205430. OLE color: 4205430.

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

Color convert

RGB1184364-
CMYK00.640.460.54
HSL343.2º46.58%31.57%-
HSV(B)343.2º63.56%46.27%-
XYZ9.265.955.51-
YUV67.82125.85163.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 64 (25.39% from 255) = 28.44%
R=52.44%
G=19.11%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118436400.640.460.54343.246.5831.57
Hex762B400402E361572f20
Octal16653100010056665275740
Binary1110110101011100000001000000101110110110101010111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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