#76233F

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

Shades of Siren #76233F

Tints of Siren #76233F

Color information

#76233F (or 0x76233F) is unknown color: approx Siren. HEX triplet: 76, 23 and 3F. RGB value is (118,35,63). Sum of RGB (Red+Green+Blue) = 118+35+63=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76233F is #89DCC0. Grayscale: #3E3E3E. Windows color (decimal): -9034945 or 4137846. OLE color: 4137846.

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

Color convert

RGB1183563-
CMYK00.700.470.54
HSL339.76º54.25%30%-
HSV(B)339.76º70.34%46.27%-
XYZ8.975.415.27-
YUV63.01128167.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 63 (25% from 255) = 29.17%
R=54.63%
G=16.20%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118356300.700.470.54339.7654.2530
Hex76233F0462F36154361e
Octal1664377010657665246636
Binary11101101000111111110100011010111111011010101010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76233F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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