Html Css Color HEX #712149 Pompadour

📋 copy color: '#712149'

red 113 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #712149

Tints of Pompadour #712149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 51.6%
G = 15.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712149 (or 0x712149) is known color: Pompadour. HEX triplet: 71, 21 and 49. RGB value is (113,33,73). Sum of RGB (Red+Green+Blue) = 113+33+73=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #712149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712149 is #8EDEB6. Grayscale: #3D3D3D. Windows color (decimal): -9363127 or 4792689. OLE color: 4792689.

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

Color convert

RGB 113 33 73 -
CMYK 0 0.71 0.35 0.56
HSL 330º 0.55% 0.29% -
HSV(B) 330º 0.71% 0.44% -
XYZ 8.56 5.08 6.83 -
YUV 61.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 113 33 73 0 0.71 0.35 0.56 330 0.55 0.29
Hex 71 21 49 0 47 23 38 14A 37 1D
Octal 161 41 111 0 107 43 70 512 67 35
Binary 1110001 100001 1001001 0 1000111 100011 111000 101001010 110111 11101

Color Harmonies of #712149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712149

Black with #712149

Text Example


Text Example

White with #712149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712149; }

 p { color: rgb(113,33,73); }

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

background-color css

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

 a { background-color: rgb(113,33,73); }

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

border-color css

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

 span { border-color: rgb(113,33,73); }

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