Html Css Color HEX #71164D Pompadour

📋 copy color: '#71164D'

red 113 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #71164D

Tints of Pompadour #71164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 53.3%
G = 10.38%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71164D (or 0x71164D) is known color: Pompadour. HEX triplet: 71, 16 and 4D. RGB value is (113,22,77). Sum of RGB (Red+Green+Blue) = 113+22+77=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71164D is #8EE9B2. Grayscale: #373737. Windows color (decimal): -9365939 or 5052017. OLE color: 5052017.

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

Color convert

RGB 113 22 77 -
CMYK 0 0.81 0.32 0.56
HSL 323.74º 0.67% 0.26% -
HSV(B) 323.74º 0.81% 0.44% -
XYZ 8.44 4.62 7.47 -
YUV 55.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 113 22 77 0 0.81 0.32 0.56 323.74 0.67 0.26
Hex 71 16 4D 0 51 20 38 144 43 1A
Octal 161 26 115 0 121 40 70 504 103 32
Binary 1110001 10110 1001101 0 1010001 100000 111000 101000100 1000011 11010

Color Harmonies of #71164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71164D

Black with #71164D

Text Example


Text Example

White with #71164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,22,77); }

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

background-color css

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

 a { background-color: rgb(113,22,77); }

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

border-color css

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

 span { border-color: rgb(113,22,77); }

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