#72366B

Color #72366B Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #72366B

Tints of Seance #72366B

Color information

#72366B (or 0x72366B) is unknown color: approx Seance. HEX triplet: 72, 36 and 6B. RGB value is (114,54,107). Sum of RGB (Red+Green+Blue) = 114+54+107=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72366B is #8DC994. Grayscale: #4D4D4D. Windows color (decimal): -9292181 or 7026290. OLE color: 7026290.

HSL color Cylindrical-coordinate representation of color #72366B: hue angle of 307º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72366B is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11454107-
CMYK00.530.060.55
HSL307º35.71%32.94%-
HSV(B)307º52.63%44.71%-
XYZ10.917.2814.74-
YUV77.98144.38153.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=41.45%
G=19.64%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145410700.530.060.5530735.7132.94
Hex72366B0356371332421
Octal162661530656674634441
Binary111001011011011010110110101110110111100110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72366B; }

 p { color: rgb(114,54,107); }

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

<style>
 a { background-color: #72366B; }

 a { background-color: rgb(114,54,107); }

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

<style>
 span { border-color: #72366B; }

 span { border-color: rgb(114,54,107); }

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