#762A40

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

Shades of Siren #762A40

Tints of Siren #762A40

Color information

#762A40 (or 0x762A40) is unknown color: approx Siren. HEX triplet: 76, 2A and 40. RGB value is (118,42,64). Sum of RGB (Red+Green+Blue) = 118+42+64=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #762A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A40 is #89D5BF. Grayscale: #434343. Windows color (decimal): -9033152 or 4205174. OLE color: 4205174.

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

Color convert

RGB1184264-
CMYK00.640.460.54
HSL342.63º47.5%31.37%-
HSV(B)342.63º64.41%46.27%-
XYZ9.225.885.5-
YUV67.23126.18164.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=52.68%
G=18.75%
B=28.57%

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
Decimal118426400.640.460.54342.6347.531.37
Hex762A400402E36157301f
Octal16652100010056665276037
Binary111011010101010000000100000010111011011010101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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