Html Css Color HEX #711648 Pompadour

📋 copy color: '#711648'

red 113 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #711648

Tints of Pompadour #711648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 54.59%
G = 10.63%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#711648 (or 0x711648) is known color: Pompadour. HEX triplet: 71, 16 and 48. RGB value is (113,22,72). Sum of RGB (Red+Green+Blue) = 113+22+72=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711648 is #8EE9B7. Grayscale: #363636. Windows color (decimal): -9365944 or 4724337. OLE color: 4724337.

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

Color convert

RGB 113 22 72 -
CMYK 0 0.81 0.36 0.56
HSL 327.03º 0.67% 0.26% -
HSV(B) 327.03º 0.81% 0.44% -
XYZ 8.27 4.55 6.57 -
YUV 54.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 113 22 72 0 0.81 0.36 0.56 327.03 0.67 0.26
Hex 71 16 48 0 51 24 38 147 43 1A
Octal 161 26 110 0 121 44 70 507 103 32
Binary 1110001 10110 1001000 0 1010001 100100 111000 101000111 1000011 11010

Color Harmonies of #711648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711648

Black with #711648

Text Example


Text Example

White with #711648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711648; }

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

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

background-color css

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

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

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

border-color css

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

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

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