#72386B

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

Shades of Seance #72386B

Tints of Seance #72386B

Color information

#72386B (or 0x72386B) is unknown color: approx Seance. HEX triplet: 72, 38 and 6B. RGB value is (114,56,107). Sum of RGB (Red+Green+Blue) = 114+56+107=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #72386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72386B is #8DC794. Grayscale: #4F4F4F. Windows color (decimal): -9291669 or 7026802. OLE color: 7026802.

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

Color convert

RGB11456107-
CMYK00.510.060.55
HSL307.24º34.12%33.33%-
HSV(B)307.24º50.88%44.71%-
XYZ11.017.4714.77-
YUV79.16143.72152.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=41.16%
G=20.22%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145610700.510.060.55307.2434.1233.33
Hex72386B0336371332221
Octal162701530636674634241
Binary111001011100011010110110011110110111100110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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