Html Css Color HEX #712250 Pompadour

📋 copy color: '#712250'

red 113 ◦ green 34 ◦ blue 80

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

Shades of Pompadour #712250

Tints of Pompadour #712250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

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

R = 49.78%
G = 14.98%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#712250 (or 0x712250) is known color: Pompadour. HEX triplet: 71, 22 and 50. RGB value is (113,34,80). Sum of RGB (Red+Green+Blue) = 113+34+80=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #712250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712250 is #8EDDAF. Grayscale: #3E3E3E. Windows color (decimal): -9362864 or 5251697. OLE color: 5251697.

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

Color convert

RGB 113 34 80 -
CMYK 0 0.70 0.29 0.56
HSL 325.06º 0.54% 0.29% -
HSV(B) 325.06º 0.7% 0.44% -
XYZ 8.83 5.23 8.13 -
YUV 62.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 113 34 80 0 0.70 0.29 0.56 325.06 0.54 0.29
Hex 71 22 50 0 46 1D 38 145 36 1D
Octal 161 42 120 0 106 35 70 505 66 35
Binary 1110001 100010 1010000 0 1000110 11101 111000 101000101 110110 11101

Color Harmonies of #712250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712250

Black with #712250

Text Example


Text Example

White with #712250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712250; }

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

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

background-color css

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

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

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

border-color css

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

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

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