#76213E

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

Shades of Siren #76213E

Tints of Siren #76213E

Color information

#76213E (or 0x76213E) is unknown color: approx Siren. HEX triplet: 76, 21 and 3E. RGB value is (118,33,62). Sum of RGB (Red+Green+Blue) = 118+33+62=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76213E is #89DEC1. Grayscale: #3D3D3D. Windows color (decimal): -9035458 or 4071798. OLE color: 4071798.

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

Color convert

RGB1183362-
CMYK00.720.470.54
HSL339.53º56.29%29.61%-
HSV(B)339.53º72.03%46.27%-
XYZ8.885.295.11-
YUV61.72128.16168.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=55.40%
G=15.49%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118336200.720.470.54339.5356.2929.61
Hex76213E0482F36154381e
Octal1664176011057665247036
Binary11101101000011111100100100010111111011010101010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76213E; }

 p { color: rgb(118,33,62); }

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

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

 a { background-color: rgb(118,33,62); }

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

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

 span { border-color: rgb(118,33,62); }

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