Html Css Color HEX #711D43 Pompadour

📋 copy color: '#711D43'

red 113 ◦ green 29 ◦ blue 67

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

Shades of Pompadour #711D43

Tints of Pompadour #711D43

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 54.07%
G = 13.88%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#711D43 (or 0x711D43) is known color: Pompadour. HEX triplet: 71, 1D and 43. RGB value is (113,29,67). Sum of RGB (Red+Green+Blue) = 113+29+67=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D43 is #8EE2BC. Grayscale: #3A3A3A. Windows color (decimal): -9364157 or 4398449. OLE color: 4398449.

HSL color Cylindrical-coordinate representation of color #711D43: hue angle of 332.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711D43 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 29 67 -
CMYK 0 0.74 0.41 0.56
HSL 332.86º 0.59% 0.28% -
HSV(B) 332.86º 0.74% 0.44% -
XYZ 8.26 4.79 5.8 -
YUV 58.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 113 29 67 0 0.74 0.41 0.56 332.86 0.59 0.28
Hex 71 1D 43 0 4A 29 38 14D 3B 1C
Octal 161 35 103 0 112 51 70 515 73 34
Binary 1110001 11101 1000011 0 1001010 101001 111000 101001101 111011 11100

Color Harmonies of #711D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D43

Black with #711D43

Text Example


Text Example

White with #711D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711D43; }

 p { color: rgb(113,29,67); }

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

background-color css

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

 a { background-color: rgb(113,29,67); }

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

border-color css

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

 span { border-color: rgb(113,29,67); }

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