#721F3C

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

Shades of Siren #721F3C

Tints of Siren #721F3C

Color information

#721F3C (or 0x721F3C) is unknown color: approx Siren. HEX triplet: 72, 1F and 3C. RGB value is (114,31,60). Sum of RGB (Red+Green+Blue) = 114+31+60=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F3C is #8DE0C3. Grayscale: #3B3B3B. Windows color (decimal): -9298116 or 3940210. OLE color: 3940210.

HSL color Cylindrical-coordinate representation of color #721F3C: hue angle of 339.04º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F3C is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1143160-
CMYK00.730.470.55
HSL339.04º57.24%28.43%-
HSV(B)339.04º72.81%44.71%-
XYZ8.254.884.78-
YUV59.12128.5167.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=55.61%
G=15.12%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114316000.730.470.55339.0457.2428.43
Hex721F3C0492F37153391c
Octal1623774011157675237134
Binary1110010111111111000100100110111111011110101001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721F3C; }

 p { color: rgb(114,31,60); }

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

<style>
 a { background-color: #721F3C; }

 a { background-color: rgb(114,31,60); }

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

<style>
 span { border-color: #721F3C; }

 span { border-color: rgb(114,31,60); }

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