Html Css Color HEX #71174C Pompadour

📋 copy color: '#71174C'

red 113 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #71174C

Tints of Pompadour #71174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 53.3%
G = 10.85%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71174C (or 0x71174C) is known color: Pompadour. HEX triplet: 71, 17 and 4C. RGB value is (113,23,76). Sum of RGB (Red+Green+Blue) = 113+23+76=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71174C is #8EE8B3. Grayscale: #373737. Windows color (decimal): -9365684 or 4986737. OLE color: 4986737.

HSL color Cylindrical-coordinate representation of color #71174C: hue angle of 324.67º 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 #71174C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 76 -
CMYK 0 0.80 0.33 0.56
HSL 324.67º 0.66% 0.27% -
HSV(B) 324.67º 0.8% 0.44% -
XYZ 8.42 4.65 7.29 -
YUV 55.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 113 23 76 0 0.80 0.33 0.56 324.67 0.66 0.27
Hex 71 17 4C 0 50 21 38 145 42 1B
Octal 161 27 114 0 120 41 70 505 102 33
Binary 1110001 10111 1001100 0 1010000 100001 111000 101000101 1000010 11011

Color Harmonies of #71174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71174C

Black with #71174C

Text Example


Text Example

White with #71174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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