#78213F

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

Shades of Siren #78213F

Tints of Siren #78213F

Color information

#78213F (or 0x78213F) is unknown color: approx Siren. HEX triplet: 78, 21 and 3F. RGB value is (120,33,63). Sum of RGB (Red+Green+Blue) = 120+33+63=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78213F is #87DEC0. Grayscale: #3E3E3E. Windows color (decimal): -8904385 or 4137336. OLE color: 4137336.

HSL color Cylindrical-coordinate representation of color #78213F: hue angle of 339.31º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78213F is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1203363-
CMYK00.720.480.53
HSL339.31º56.86%30%-
HSV(B)339.31º72.5%47.06%-
XYZ9.195.445.27-
YUV62.43128.32169.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.56%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 63 (25% from 255) = 29.17%
R=55.56%
G=15.28%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120336300.720.480.53339.3156.8630
Hex78213F0483035153391e
Octal1704177011060655237136
Binary11110001000011111110100100011000011010110101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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