Html Css Color HEX #711037 Pompadour

📋 copy color: '#711037'

red 113 ◦ green 16 ◦ blue 55

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

Shades of Pompadour #711037

Tints of Pompadour #711037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 55 (21.88% from 255) = 29.89%

R = 61.41%
G = 8.7%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#711037 (or 0x711037) is known color: Pompadour. HEX triplet: 71, 10 and 37. RGB value is (113,16,55). Sum of RGB (Red+Green+Blue) = 113+16+55=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711037 is #8EEFC8. Grayscale: #313131. Windows color (decimal): -9367497 or 3608689. OLE color: 3608689.

HSL color Cylindrical-coordinate representation of color #711037: hue angle of 335.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711037 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 55 -
CMYK 0 0.86 0.51 0.56
HSL 335.88º 0.75% 0.25% -
HSV(B) 335.88º 0.86% 0.44% -
XYZ 7.68 4.16 4.01 -
YUV 49.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 113 16 55 0 0.86 0.51 0.56 335.88 0.75 0.25
Hex 71 10 37 0 56 33 38 150 4B 19
Octal 161 20 67 0 126 63 70 520 113 31
Binary 1110001 10000 110111 0 1010110 110011 111000 101010000 1001011 11001

Color Harmonies of #711037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711037

Black with #711037

Text Example


Text Example

White with #711037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711037; }

 p { color: rgb(113,16,55); }

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

background-color css

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

 a { background-color: rgb(113,16,55); }

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

border-color css

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

 span { border-color: rgb(113,16,55); }

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