Html Css Color HEX #712255 Pompadour

📋 copy color: '#712255'

red 113 ◦ green 34 ◦ blue 85

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

Shades of Pompadour #712255

Tints of Pompadour #712255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 48.71%
G = 14.66%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712255 (or 0x712255) is known color: Pompadour. HEX triplet: 71, 22 and 55. RGB value is (113,34,85). Sum of RGB (Red+Green+Blue) = 113+34+85=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712255 is #8EDDAA. Grayscale: #3F3F3F. Windows color (decimal): -9362859 or 5579377. OLE color: 5579377.

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

Color convert

RGB 113 34 85 -
CMYK 0 0.70 0.25 0.56
HSL 321.27º 0.54% 0.29% -
HSV(B) 321.27º 0.7% 0.44% -
XYZ 9.02 5.31 9.14 -
YUV 63.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 113 34 85 0 0.70 0.25 0.56 321.27 0.54 0.29
Hex 71 22 55 0 46 19 38 141 36 1D
Octal 161 42 125 0 106 31 70 501 66 35
Binary 1110001 100010 1010101 0 1000110 11001 111000 101000001 110110 11101

Color Harmonies of #712255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712255

Black with #712255

Text Example


Text Example

White with #712255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712255; }

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

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

background-color css

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

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

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

border-color css

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

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

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