Html Css Color HEX #71316D Seance

📋 copy color: '#71316D'

red 113 ◦ green 49 ◦ blue 109

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

Shades of Seance #71316D

Tints of Seance #71316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 41.7%
G = 18.08%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71316D (or 0x71316D) is known color: Seance. HEX triplet: 71, 31 and 6D. RGB value is (113,49,109). Sum of RGB (Red+Green+Blue) = 113+49+109=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316D is #8ECE92. Grayscale: #4A4A4A. Windows color (decimal): -9358995 or 7156081. OLE color: 7156081.

HSL color Cylindrical-coordinate representation of color #71316D: hue angle of 303.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71316D is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 109 -
CMYK 0 0.57 0.04 0.56
HSL 303.75º 0.4% 0.32% -
HSV(B) 303.75º 0.57% 0.44% -
XYZ 10.67 6.81 15.22 -
YUV 74.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 113 49 109 0 0.57 0.04 0.56 303.75 0.4 0.32
Hex 71 31 6D 0 39 4 38 130 28 20
Octal 161 61 155 0 71 4 70 460 50 40
Binary 1110001 110001 1101101 0 111001 100 111000 100110000 101000 100000

Color Harmonies of #71316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71316D

Black with #71316D

Text Example


Text Example

White with #71316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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