Html Css Color HEX #712051 Pompadour

📋 copy color: '#712051'

red 113 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #712051

Tints of Pompadour #712051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 50%
G = 14.16%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#712051 (or 0x712051) is known color: Pompadour. HEX triplet: 71, 20 and 51. RGB value is (113,32,81). Sum of RGB (Red+Green+Blue) = 113+32+81=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #712051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712051 is #8EDFAE. Grayscale: #3D3D3D. Windows color (decimal): -9363375 or 5316721. OLE color: 5316721.

HSL color Cylindrical-coordinate representation of color #712051: hue angle of 323.7º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712051 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 81 -
CMYK 0 0.72 0.28 0.56
HSL 323.7º 0.56% 0.28% -
HSV(B) 323.7º 0.72% 0.44% -
XYZ 8.81 5.14 8.31 -
YUV 61.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 113 32 81 0 0.72 0.28 0.56 323.7 0.56 0.28
Hex 71 20 51 0 48 1C 38 144 38 1C
Octal 161 40 121 0 110 34 70 504 70 34
Binary 1110001 100000 1010001 0 1001000 11100 111000 101000100 111000 11100

Color Harmonies of #712051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712051

Black with #712051

Text Example


Text Example

White with #712051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712051; }

 p { color: rgb(113,32,81); }

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

background-color css

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

 a { background-color: rgb(113,32,81); }

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

border-color css

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

 span { border-color: rgb(113,32,81); }

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