Html Css Color HEX #71174F Pompadour

📋 copy color: '#71174F'

red 113 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #71174F

Tints of Pompadour #71174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 52.56%
G = 10.7%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71174F (or 0x71174F) is known color: Pompadour. HEX triplet: 71, 17 and 4F. RGB value is (113,23,79). Sum of RGB (Red+Green+Blue) = 113+23+79=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71174F is #8EE8B0. Grayscale: #383838. Windows color (decimal): -9365681 or 5183345. OLE color: 5183345.

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

Color convert

RGB 113 23 79 -
CMYK 0 0.80 0.30 0.56
HSL 322.67º 0.66% 0.27% -
HSV(B) 322.67º 0.8% 0.44% -
XYZ 8.53 4.69 7.85 -
YUV 56.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 113 23 79 0 0.80 0.30 0.56 322.67 0.66 0.27
Hex 71 17 4F 0 50 1E 38 143 42 1B
Octal 161 27 117 0 120 36 70 503 102 33
Binary 1110001 10111 1001111 0 1010000 11110 111000 101000011 1000010 11011

Color Harmonies of #71174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71174F

Black with #71174F

Text Example


Text Example

White with #71174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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