Html Css Color HEX #712549 Pompadour

📋 copy color: '#712549'

red 113 ◦ green 37 ◦ blue 73

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

Shades of Pompadour #712549

Tints of Pompadour #712549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 50.67%
G = 16.59%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712549 (or 0x712549) is known color: Pompadour. HEX triplet: 71, 25 and 49. RGB value is (113,37,73). Sum of RGB (Red+Green+Blue) = 113+37+73=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712549 is #8EDAB6. Grayscale: #3F3F3F. Windows color (decimal): -9362103 or 4793713. OLE color: 4793713.

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

Color convert

RGB 113 37 73 -
CMYK 0 0.67 0.35 0.56
HSL 331.58º 0.51% 0.29% -
HSV(B) 331.58º 0.67% 0.44% -
XYZ 8.67 5.31 6.87 -
YUV 63.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 113 37 73 0 0.67 0.35 0.56 331.58 0.51 0.29
Hex 71 25 49 0 43 23 38 14C 33 1D
Octal 161 45 111 0 103 43 70 514 63 35
Binary 1110001 100101 1001001 0 1000011 100011 111000 101001100 110011 11101

Color Harmonies of #712549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712549

Black with #712549

Text Example


Text Example

White with #712549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712549; }

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

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

background-color css

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

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

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

border-color css

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

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

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