Html Css Color HEX #711B4A Pompadour

📋 copy color: '#711B4A'

red 113 ◦ green 27 ◦ blue 74

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

Shades of Pompadour #711B4A

Tints of Pompadour #711B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.62%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 52.8%
G = 12.62%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#711B4A (or 0x711B4A) is known color: Pompadour. HEX triplet: 71, 1B and 4A. RGB value is (113,27,74). Sum of RGB (Red+Green+Blue) = 113+27+74=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #711B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B4A is #8EE4B5. Grayscale: #393939. Windows color (decimal): -9364662 or 4856689. OLE color: 4856689.

HSL color Cylindrical-coordinate representation of color #711B4A: hue angle of 327.21º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B4A is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 74 -
CMYK 0 0.76 0.35 0.56
HSL 327.21º 0.61% 0.27% -
HSV(B) 327.21º 0.76% 0.44% -
XYZ 8.44 4.79 6.96 -
YUV 58.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 113 27 74 0 0.76 0.35 0.56 327.21 0.61 0.27
Hex 71 1B 4A 0 4C 23 38 147 3D 1B
Octal 161 33 112 0 114 43 70 507 75 33
Binary 1110001 11011 1001010 0 1001100 100011 111000 101000111 111101 11011

Color Harmonies of #711B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B4A

Black with #711B4A

Text Example


Text Example

White with #711B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711B4A; }

 p { color: rgb(113,27,74); }

 H1.HeaderClassName
 {
   color: #711B4A;
 }
 .AnyTagClassName
 {
   color: #711B4A;
 }
</style>

background-color css

<style>
 a { background-color: #711B4A; }

 a { background-color: rgb(113,27,74); }

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

border-color css

<style>
 span { border-color: #711B4A; }

 span { border-color: rgb(113,27,74); }

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