Html Css Color HEX #712550 Pompadour

📋 copy color: '#712550'

red 113 ◦ green 37 ◦ blue 80

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

Shades of Pompadour #712550

Tints of Pompadour #712550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.78%

R = 49.13%
G = 16.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#712550 (or 0x712550) is known color: Pompadour. HEX triplet: 71, 25 and 50. RGB value is (113,37,80). Sum of RGB (Red+Green+Blue) = 113+37+80=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712550 is #8EDAAF. Grayscale: #404040. Windows color (decimal): -9362096 or 5252465. OLE color: 5252465.

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

Color convert

RGB 113 37 80 -
CMYK 0 0.67 0.29 0.56
HSL 326.05º 0.51% 0.29% -
HSV(B) 326.05º 0.67% 0.44% -
XYZ 8.92 5.41 8.16 -
YUV 64.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 113 37 80 0 0.67 0.29 0.56 326.05 0.51 0.29
Hex 71 25 50 0 43 1D 38 146 33 1D
Octal 161 45 120 0 103 35 70 506 63 35
Binary 1110001 100101 1010000 0 1000011 11101 111000 101000110 110011 11101

Color Harmonies of #712550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712550

Black with #712550

Text Example


Text Example

White with #712550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712550; }

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

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

background-color css

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

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

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

border-color css

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

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

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