Html Css Color HEX #71113B Pompadour

📋 copy color: '#71113B'

red 113 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #71113B

Tints of Pompadour #71113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 59.79%
G = 8.99%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71113B (or 0x71113B) is known color: Pompadour. HEX triplet: 71, 11 and 3B. RGB value is (113,17,59). Sum of RGB (Red+Green+Blue) = 113+17+59=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113B is #8EEEC4. Grayscale: #323232. Windows color (decimal): -9367237 or 3871089. OLE color: 3871089.

HSL color Cylindrical-coordinate representation of color #71113B: hue angle of 333.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71113B is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 59 -
CMYK 0 0.85 0.48 0.56
HSL 333.75º 0.74% 0.25% -
HSV(B) 333.75º 0.85% 0.44% -
XYZ 7.8 4.23 4.54 -
YUV 50.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 113 17 59 0 0.85 0.48 0.56 333.75 0.74 0.25
Hex 71 11 3B 0 55 30 38 14E 4A 19
Octal 161 21 73 0 125 60 70 516 112 31
Binary 1110001 10001 111011 0 1010101 110000 111000 101001110 1001010 11001

Color Harmonies of #71113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71113B

Black with #71113B

Text Example


Text Example

White with #71113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71113B; }

 p { color: rgb(113,17,59); }

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

background-color css

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

 a { background-color: rgb(113,17,59); }

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

border-color css

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

 span { border-color: rgb(113,17,59); }

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