Html Css Color HEX #711841 Pompadour

📋 copy color: '#711841'

red 113 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #711841

Tints of Pompadour #711841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 55.94%
G = 11.88%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711841 (or 0x711841) is known color: Pompadour. HEX triplet: 71, 18 and 41. RGB value is (113,24,65). Sum of RGB (Red+Green+Blue) = 113+24+65=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711841 is #8EE7BE. Grayscale: #373737. Windows color (decimal): -9365439 or 4266097. OLE color: 4266097.

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

Color convert

RGB 113 24 65 -
CMYK 0 0.79 0.42 0.56
HSL 332.36º 0.65% 0.27% -
HSV(B) 332.36º 0.79% 0.44% -
XYZ 8.09 4.55 5.45 -
YUV 55.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 113 24 65 0 0.79 0.42 0.56 332.36 0.65 0.27
Hex 71 18 41 0 4F 2A 38 14C 41 1B
Octal 161 30 101 0 117 52 70 514 101 33
Binary 1110001 11000 1000001 0 1001111 101010 111000 101001100 1000001 11011

Color Harmonies of #711841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711841

Black with #711841

Text Example


Text Example

White with #711841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711841; }

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

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

background-color css

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

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

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

border-color css

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

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

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