Html Css Color HEX #71274D Pompadour

📋 copy color: '#71274D'

red 113 ◦ green 39 ◦ blue 77

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

Shades of Pompadour #71274D

Tints of Pompadour #71274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.03%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 49.34%
G = 17.03%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71274D (or 0x71274D) is known color: Pompadour. HEX triplet: 71, 27 and 4D. RGB value is (113,39,77). Sum of RGB (Red+Green+Blue) = 113+39+77=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71274D is #8ED8B2. Grayscale: #414141. Windows color (decimal): -9361587 or 5056369. OLE color: 5056369.

HSL color Cylindrical-coordinate representation of color #71274D: hue angle of 329.19º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71274D is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 77 -
CMYK 0 0.65 0.32 0.56
HSL 329.19º 0.49% 0.3% -
HSV(B) 329.19º 0.65% 0.44% -
XYZ 8.88 5.5 7.61 -
YUV 65.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 113 39 77 0 0.65 0.32 0.56 329.19 0.49 0.3
Hex 71 27 4D 0 41 20 38 149 31 1E
Octal 161 47 115 0 101 40 70 511 61 36
Binary 1110001 100111 1001101 0 1000001 100000 111000 101001001 110001 11110

Color Harmonies of #71274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71274D

Black with #71274D

Text Example


Text Example

White with #71274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71274D; }

 p { color: rgb(113,39,77); }

 H1.HeaderClassName
 {
   color: #71274D;
 }
 .AnyTagClassName
 {
   color: #71274D;
 }
</style>

background-color css

<style>
 a { background-color: #71274D; }

 a { background-color: rgb(113,39,77); }

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

border-color css

<style>
 span { border-color: #71274D; }

 span { border-color: rgb(113,39,77); }

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