Html Css Color HEX #71386D Seance

📋 copy color: '#71386D'

red 113 ◦ green 56 ◦ blue 109

#71386D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #71386D

Tints of Seance #71386D

RGB

 RED value IS 113 (44.53% from 255) = 40.65%

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 40.65%
G = 20.14%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71386D (or 0x71386D) is known color: Seance. HEX triplet: 71, 38 and 6D. RGB value is (113,56,109). Sum of RGB (Red+Green+Blue) = 113+56+109=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #71386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71386D is #8EC792. Grayscale: #4E4E4E. Windows color (decimal): -9357203 or 7157873. OLE color: 7157873.

HSL color Cylindrical-coordinate representation of color #71386D: hue angle of 304.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71386D is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 109 -
CMYK 0 0.50 0.04 0.56
HSL 304.21º 0.34% 0.33% -
HSV(B) 304.21º 0.5% 0.44% -
XYZ 10.98 7.44 15.33 -
YUV 79.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 113 56 109 0 0.50 0.04 0.56 304.21 0.34 0.33
Hex 71 38 6D 0 32 4 38 130 22 21
Octal 161 70 155 0 62 4 70 460 42 41
Binary 1110001 111000 1101101 0 110010 100 111000 100110000 100010 100001

Color Harmonies of #71386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71386D

Black with #71386D

Text Example


Text Example

White with #71386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71386D; }

 p { color: rgb(113,56,109); }

 H1.HeaderClassName
 {
   color: #71386D;
 }
 .AnyTagClassName
 {
   color: #71386D;
 }
</style>

background-color css

<style>
 a { background-color: #71386D; }

 a { background-color: rgb(113,56,109); }

 div.DivClassName
 {
   background-color: #71386D;
 }
 .BgClassName
 {
   background-color: #71386D;
 }
</style>

border-color css

<style>
 span { border-color: #71386D; }

 span { border-color: rgb(113,56,109); }

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