Html Css Color HEX #711644 Pompadour

📋 copy color: '#711644'

red 113 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #711644

Tints of Pompadour #711644

RGB

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

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

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

R = 55.67%
G = 10.84%
B = 33.5%

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

#711644 (or 0x711644) is known color: Pompadour. HEX triplet: 71, 16 and 44. RGB value is (113,22,68). Sum of RGB (Red+Green+Blue) = 113+22+68=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711644 is #8EE9BB. Grayscale: #363636. Windows color (decimal): -9365948 or 4462193. OLE color: 4462193.

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

Color convert

RGB 113 22 68 -
CMYK 0 0.81 0.40 0.56
HSL 329.67º 0.67% 0.26% -
HSV(B) 329.67º 0.81% 0.44% -
XYZ 8.14 4.5 5.91 -
YUV 54.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 113 22 68 0 0.81 0.40 0.56 329.67 0.67 0.26
Hex 71 16 44 0 51 28 38 14A 43 1A
Octal 161 26 104 0 121 50 70 512 103 32
Binary 1110001 10110 1000100 0 1010001 101000 111000 101001010 1000011 11010

Color Harmonies of #711644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711644

Black with #711644

Text Example


Text Example

White with #711644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711644; }

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

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

background-color css

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

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

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

border-color css

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

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

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