Html Css Color HEX #71174E Pompadour

📋 copy color: '#71174E'

red 113 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #71174E

Tints of Pompadour #71174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 52.8%
G = 10.75%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71174E (or 0x71174E) is known color: Pompadour. HEX triplet: 71, 17 and 4E. RGB value is (113,23,78). Sum of RGB (Red+Green+Blue) = 113+23+78=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71174E is #8EE8B1. Grayscale: #383838. Windows color (decimal): -9365682 or 5117809. OLE color: 5117809.

HSL color Cylindrical-coordinate representation of color #71174E: hue angle of 323.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71174E is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 78 -
CMYK 0 0.80 0.31 0.56
HSL 323.33º 0.66% 0.27% -
HSV(B) 323.33º 0.8% 0.44% -
XYZ 8.49 4.67 7.66 -
YUV 56.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 113 23 78 0 0.80 0.31 0.56 323.33 0.66 0.27
Hex 71 17 4E 0 50 1F 38 143 42 1B
Octal 161 27 116 0 120 37 70 503 102 33
Binary 1110001 10111 1001110 0 1010000 11111 111000 101000011 1000010 11011

Color Harmonies of #71174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71174E

Black with #71174E

Text Example


Text Example

White with #71174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71174E; }

 p { color: rgb(113,23,78); }

 H1.HeaderClassName
 {
   color: #71174E;
 }
 .AnyTagClassName
 {
   color: #71174E;
 }
</style>

background-color css

<style>
 a { background-color: #71174E; }

 a { background-color: rgb(113,23,78); }

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

border-color css

<style>
 span { border-color: #71174E; }

 span { border-color: rgb(113,23,78); }

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