Html Css Color HEX #71103E Pompadour

📋 copy color: '#71103E'

red 113 ◦ green 16 ◦ blue 62

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

Shades of Pompadour #71103E

Tints of Pompadour #71103E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.46%

R = 59.16%
G = 8.38%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71103E (or 0x71103E) is known color: Pompadour. HEX triplet: 71, 10 and 3E. RGB value is (113,16,62). Sum of RGB (Red+Green+Blue) = 113+16+62=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71103E is #8EEFC1. Grayscale: #323232. Windows color (decimal): -9367490 or 4067441. OLE color: 4067441.

HSL color Cylindrical-coordinate representation of color #71103E: hue angle of 331.55º 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 #71103E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 62 -
CMYK 0 0.86 0.45 0.56
HSL 331.55º 0.75% 0.25% -
HSV(B) 331.55º 0.86% 0.44% -
XYZ 7.86 4.23 4.96 -
YUV 50.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 113 16 62 0 0.86 0.45 0.56 331.55 0.75 0.25
Hex 71 10 3E 0 56 2D 38 14C 4B 19
Octal 161 20 76 0 126 55 70 514 113 31
Binary 1110001 10000 111110 0 1010110 101101 111000 101001100 1001011 11001

Color Harmonies of #71103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71103E

Black with #71103E

Text Example


Text Example

White with #71103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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