Html Css Color HEX #711544 Pompadour

📋 copy color: '#711544'

red 113 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #711544

Tints of Pompadour #711544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 68 (26.95% from 255) = 33.66%

R = 55.94%
G = 10.4%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#711544 (or 0x711544) is known color: Pompadour. HEX triplet: 71, 15 and 44. RGB value is (113,21,68). Sum of RGB (Red+Green+Blue) = 113+21+68=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711544 is #8EEABB. Grayscale: #353535. Windows color (decimal): -9366204 or 4461937. OLE color: 4461937.

HSL color Cylindrical-coordinate representation of color #711544: hue angle of 329.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711544 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 68 -
CMYK 0 0.81 0.40 0.56
HSL 329.35º 0.69% 0.26% -
HSV(B) 329.35º 0.81% 0.44% -
XYZ 8.12 4.46 5.9 -
YUV 53.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 113 21 68 0 0.81 0.40 0.56 329.35 0.69 0.26
Hex 71 15 44 0 51 28 38 149 45 1A
Octal 161 25 104 0 121 50 70 511 105 32
Binary 1110001 10101 1000100 0 1010001 101000 111000 101001001 1000101 11010

Color Harmonies of #711544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711544

Black with #711544

Text Example


Text Example

White with #711544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711544; }

 p { color: rgb(113,21,68); }

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

background-color css

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

 a { background-color: rgb(113,21,68); }

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

border-color css

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

 span { border-color: rgb(113,21,68); }

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