#76213F

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

Shades of Siren #76213F

Tints of Siren #76213F

Color information

#76213F (or 0x76213F) is unknown color: approx Siren. HEX triplet: 76, 21 and 3F. RGB value is (118,33,63). Sum of RGB (Red+Green+Blue) = 118+33+63=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76213F is #89DEC0. Grayscale: #3D3D3D. Windows color (decimal): -9035457 or 4137334. OLE color: 4137334.

HSL color Cylindrical-coordinate representation of color #76213F: hue angle of 338.82º 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 #76213F is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1183363-
CMYK00.720.470.54
HSL338.82º56.29%29.61%-
HSV(B)338.82º72.03%46.27%-
XYZ8.915.35.26-
YUV61.83128.66168.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 63 (25% from 255) = 29.44%
R=55.14%
G=15.42%
B=29.44%

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
Decimal118336300.720.470.54338.8256.2929.61
Hex76213F0482F36153381e
Octal1664177011057665237036
Binary11101101000011111110100100010111111011010101001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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