Html Css Color HEX #71113A Pompadour

📋 copy color: '#71113A'

red 113 ◦ green 17 ◦ blue 58

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

Shades of Pompadour #71113A

Tints of Pompadour #71113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 60.11%
G = 9.04%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71113A (or 0x71113A) is known color: Pompadour. HEX triplet: 71, 11 and 3A. RGB value is (113,17,58). Sum of RGB (Red+Green+Blue) = 113+17+58=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #71113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113A is #8EEEC5. Grayscale: #323232. Windows color (decimal): -9367238 or 3805553. OLE color: 3805553.

HSL color Cylindrical-coordinate representation of color #71113A: hue angle of 334.38º 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 #71113A is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 58 -
CMYK 0 0.85 0.49 0.56
HSL 334.38º 0.74% 0.25% -
HSV(B) 334.38º 0.85% 0.44% -
XYZ 7.77 4.22 4.41 -
YUV 50.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 113 17 58 0 0.85 0.49 0.56 334.38 0.74 0.25
Hex 71 11 3A 0 55 31 38 14E 4A 19
Octal 161 21 72 0 125 61 70 516 112 31
Binary 1110001 10001 111010 0 1010101 110001 111000 101001110 1001010 11001

Color Harmonies of #71113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71113A

Black with #71113A

Text Example


Text Example

White with #71113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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