Html Css Color HEX #71173E Pompadour

📋 copy color: '#71173E'

red 113 ◦ green 23 ◦ blue 62

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

Shades of Pompadour #71173E

Tints of Pompadour #71173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.31%

R = 57.07%
G = 11.62%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71173E (or 0x71173E) is known color: Pompadour. HEX triplet: 71, 17 and 3E. RGB value is (113,23,62). Sum of RGB (Red+Green+Blue) = 113+23+62=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71173E is #8EE8C1. Grayscale: #363636. Windows color (decimal): -9365698 or 4069233. OLE color: 4069233.

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

Color convert

RGB 113 23 62 -
CMYK 0 0.80 0.45 0.56
HSL 334º 0.66% 0.27% -
HSV(B) 334º 0.8% 0.44% -
XYZ 7.99 4.47 5 -
YUV 54.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 113 23 62 0 0.80 0.45 0.56 334 0.66 0.27
Hex 71 17 3E 0 50 2D 38 14E 42 1B
Octal 161 27 76 0 120 55 70 516 102 33
Binary 1110001 10111 111110 0 1010000 101101 111000 101001110 1000010 11011

Color Harmonies of #71173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71173E

Black with #71173E

Text Example


Text Example

White with #71173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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