#71236F

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

Shades of Seance #71236F

Tints of Seance #71236F

Color information

#71236F (or 0x71236F) is unknown color: approx Seance. HEX triplet: 71, 23 and 6F. RGB value is (113,35,111). Sum of RGB (Red+Green+Blue) = 113+35+111=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71236F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71236F is #8EDC90. Grayscale: #424242. Windows color (decimal): -9362577 or 7283569. OLE color: 7283569.

HSL color Cylindrical-coordinate representation of color #71236F: hue angle of 301.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71236F is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11335111-
CMYK00.690.020.56
HSL301.54º52.7%29.02%-
HSV(B)301.54º69.03%44.31%-
XYZ10.285.8615.63-
YUV66.99152.84160.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=43.63%
G=13.51%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133511100.690.020.56301.5452.729.02
Hex71236F04523812e351d
Octal1614315701052704566535
Binary11100011000111101111010001011011100010010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,35,111); }

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

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

 a { background-color: rgb(113,35,111); }

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

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

 span { border-color: rgb(113,35,111); }

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