Html Css Color HEX #71144E Pompadour

📋 copy color: '#71144E'

red 113 ◦ green 20 ◦ blue 78

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

Shades of Pompadour #71144E

Tints of Pompadour #71144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 53.55%
G = 9.48%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71144E (or 0x71144E) is known color: Pompadour. HEX triplet: 71, 14 and 4E. RGB value is (113,20,78). Sum of RGB (Red+Green+Blue) = 113+20+78=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71144E is #8EEBB1. Grayscale: #363636. Windows color (decimal): -9366450 or 5117041. OLE color: 5117041.

HSL color Cylindrical-coordinate representation of color #71144E: hue angle of 322.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71144E is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 78 -
CMYK 0 0.82 0.31 0.56
HSL 322.58º 0.7% 0.26% -
HSV(B) 322.58º 0.82% 0.44% -
XYZ 8.44 4.56 7.64 -
YUV 54.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 113 20 78 0 0.82 0.31 0.56 322.58 0.7 0.26
Hex 71 14 4E 0 52 1F 38 143 46 1A
Octal 161 24 116 0 122 37 70 503 106 32
Binary 1110001 10100 1001110 0 1010010 11111 111000 101000011 1000110 11010

Color Harmonies of #71144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71144E

Black with #71144E

Text Example


Text Example

White with #71144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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