#72253E

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

Shades of Siren #72253E

Tints of Siren #72253E

Color information

#72253E (or 0x72253E) is unknown color: approx Siren. HEX triplet: 72, 25 and 3E. RGB value is (114,37,62). Sum of RGB (Red+Green+Blue) = 114+37+62=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72253E is #8DDAC1. Grayscale: #3E3E3E. Windows color (decimal): -9296578 or 4072818. OLE color: 4072818.

HSL color Cylindrical-coordinate representation of color #72253E: hue angle of 340.52º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72253E is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1143762-
CMYK00.680.460.55
HSL340.52º50.99%29.61%-
HSV(B)340.52º67.54%44.71%-
XYZ8.475.255.12-
YUV62.87127.51164.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 62 (24.61% from 255) = 29.11%
R=53.52%
G=17.37%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114376200.680.460.55340.5250.9929.61
Hex72253E0442E37155331e
Octal1624576010456675256336
Binary11100101001011111100100010010111011011110101010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,37,62); }

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

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

 a { background-color: rgb(114,37,62); }

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

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

 span { border-color: rgb(114,37,62); }

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