Html Css Color HEX #71194D Pompadour

📋 copy color: '#71194D'

red 113 ◦ green 25 ◦ blue 77

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

Shades of Pompadour #71194D

Tints of Pompadour #71194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

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

R = 52.56%
G = 11.63%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71194D (or 0x71194D) is known color: Pompadour. HEX triplet: 71, 19 and 4D. RGB value is (113,25,77). Sum of RGB (Red+Green+Blue) = 113+25+77=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71194D is #8EE6B2. Grayscale: #393939. Windows color (decimal): -9365171 or 5052785. OLE color: 5052785.

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

Color convert

RGB 113 25 77 -
CMYK 0 0.78 0.32 0.56
HSL 324.55º 0.64% 0.27% -
HSV(B) 324.55º 0.78% 0.44% -
XYZ 8.5 4.74 7.49 -
YUV 57.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 113 25 77 0 0.78 0.32 0.56 324.55 0.64 0.27
Hex 71 19 4D 0 4E 20 38 145 40 1B
Octal 161 31 115 0 116 40 70 505 100 33
Binary 1110001 11001 1001101 0 1001110 100000 111000 101000101 1000000 11011

Color Harmonies of #71194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71194D

Black with #71194D

Text Example


Text Example

White with #71194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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