Html Css Color HEX #711848 Pompadour

📋 copy color: '#711848'

red 113 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #711848

Tints of Pompadour #711848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 54.07%
G = 11.48%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711848 (or 0x711848) is known color: Pompadour. HEX triplet: 71, 18 and 48. RGB value is (113,24,72). Sum of RGB (Red+Green+Blue) = 113+24+72=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711848 is #8EE7B7. Grayscale: #373737. Windows color (decimal): -9365432 or 4724849. OLE color: 4724849.

HSL color Cylindrical-coordinate representation of color #711848: hue angle of 327.64º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711848 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 72 -
CMYK 0 0.79 0.36 0.56
HSL 327.64º 0.65% 0.27% -
HSV(B) 327.64º 0.79% 0.44% -
XYZ 8.31 4.63 6.59 -
YUV 56.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 113 24 72 0 0.79 0.36 0.56 327.64 0.65 0.27
Hex 71 18 48 0 4F 24 38 148 41 1B
Octal 161 30 110 0 117 44 70 510 101 33
Binary 1110001 11000 1001000 0 1001111 100100 111000 101001000 1000001 11011

Color Harmonies of #711848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711848

Black with #711848

Text Example


Text Example

White with #711848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711848; }

 p { color: rgb(113,24,72); }

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

background-color css

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

 a { background-color: rgb(113,24,72); }

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

border-color css

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

 span { border-color: rgb(113,24,72); }

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