#762A41

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

Shades of Siren #762A41

Tints of Siren #762A41

Color information

#762A41 (or 0x762A41) is unknown color: approx Siren. HEX triplet: 76, 2A and 41. RGB value is (118,42,65). Sum of RGB (Red+Green+Blue) = 118+42+65=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #762A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A41 is #89D5BE. Grayscale: #434343. Windows color (decimal): -9033151 or 4270710. OLE color: 4270710.

HSL color Cylindrical-coordinate representation of color #762A41: hue angle of 341.84º 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 #762A41 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1184265-
CMYK00.640.450.54
HSL341.84º47.5%31.37%-
HSV(B)341.84º64.41%46.27%-
XYZ9.255.895.65-
YUV67.35126.68164.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=52.44%
G=18.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118426500.640.450.54341.8447.531.37
Hex762A410402D36156301f
Octal16652101010055665266037
Binary111011010101010000010100000010110111011010101011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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