Html Css Color HEX #711541 Pompadour

📋 copy color: '#711541'

red 113 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #711541

Tints of Pompadour #711541

RGB

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

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

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

R = 56.78%
G = 10.55%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#711541 (or 0x711541) is known color: Pompadour. HEX triplet: 71, 15 and 41. RGB value is (113,21,65). Sum of RGB (Red+Green+Blue) = 113+21+65=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #711541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711541 is #8EEABE. Grayscale: #353535. Windows color (decimal): -9366207 or 4265329. OLE color: 4265329.

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

Color convert

RGB 113 21 65 -
CMYK 0 0.81 0.42 0.56
HSL 331.3º 0.69% 0.26% -
HSV(B) 331.3º 0.81% 0.44% -
XYZ 8.03 4.43 5.43 -
YUV 53.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 113 21 65 0 0.81 0.42 0.56 331.3 0.69 0.26
Hex 71 15 41 0 51 2A 38 14B 45 1A
Octal 161 25 101 0 121 52 70 513 105 32
Binary 1110001 10101 1000001 0 1010001 101010 111000 101001011 1000101 11010

Color Harmonies of #711541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711541

Black with #711541

Text Example


Text Example

White with #711541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711541; }

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

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

background-color css

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

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

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

border-color css

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

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

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