Html Css Color HEX #712046 Pompadour

📋 copy color: '#712046'

red 113 ◦ green 32 ◦ blue 70

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

Shades of Pompadour #712046

Tints of Pompadour #712046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 52.56%
G = 14.88%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#712046 (or 0x712046) is known color: Pompadour. HEX triplet: 71, 20 and 46. RGB value is (113,32,70). Sum of RGB (Red+Green+Blue) = 113+32+70=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712046 is #8EDFB9. Grayscale: #3C3C3C. Windows color (decimal): -9363386 or 4595825. OLE color: 4595825.

HSL color Cylindrical-coordinate representation of color #712046: hue angle of 331.85º 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 #712046 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 70 -
CMYK 0 0.72 0.38 0.56
HSL 331.85º 0.56% 0.28% -
HSV(B) 331.85º 0.72% 0.44% -
XYZ 8.43 4.99 6.31 -
YUV 60.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 113 32 70 0 0.72 0.38 0.56 331.85 0.56 0.28
Hex 71 20 46 0 48 26 38 14C 38 1C
Octal 161 40 106 0 110 46 70 514 70 34
Binary 1110001 100000 1000110 0 1001000 100110 111000 101001100 111000 11100

Color Harmonies of #712046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712046

Black with #712046

Text Example


Text Example

White with #712046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712046; }

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

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

background-color css

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

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

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

border-color css

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

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

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