Html Css Color HEX #71113F Pompadour

📋 copy color: '#71113F'

red 113 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #71113F

Tints of Pompadour #71113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.64%

R = 58.55%
G = 8.81%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71113F (or 0x71113F) is known color: Pompadour. HEX triplet: 71, 11 and 3F. RGB value is (113,17,63). Sum of RGB (Red+Green+Blue) = 113+17+63=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #71113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71113F is #8EEEC0. Grayscale: #323232. Windows color (decimal): -9367233 or 4133233. OLE color: 4133233.

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

Color convert

RGB 113 17 63 -
CMYK 0 0.85 0.44 0.56
HSL 331.25º 0.74% 0.25% -
HSV(B) 331.25º 0.85% 0.44% -
XYZ 7.91 4.27 5.11 -
YUV 50.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 113 17 63 0 0.85 0.44 0.56 331.25 0.74 0.25
Hex 71 11 3F 0 55 2C 38 14B 4A 19
Octal 161 21 77 0 125 54 70 513 112 31
Binary 1110001 10001 111111 0 1010101 101100 111000 101001011 1001010 11001

Color Harmonies of #71113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71113F

Black with #71113F

Text Example


Text Example

White with #71113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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