Html Css Color HEX #71193B Pompadour

📋 copy color: '#71193B'

red 113 ◦ green 25 ◦ blue 59

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

Shades of Pompadour #71193B

Tints of Pompadour #71193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 57.36%
G = 12.69%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71193B (or 0x71193B) is known color: Pompadour. HEX triplet: 71, 19 and 3B. RGB value is (113,25,59). Sum of RGB (Red+Green+Blue) = 113+25+59=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #71193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71193B is #8EE6C4. Grayscale: #373737. Windows color (decimal): -9365189 or 3873137. OLE color: 3873137.

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

Color convert

RGB 113 25 59 -
CMYK 0 0.78 0.48 0.56
HSL 336.82º 0.64% 0.27% -
HSV(B) 336.82º 0.78% 0.44% -
XYZ 7.95 4.52 4.59 -
YUV 55.19 130.15 169.24 -
System Red Green Blue C M Y K H S L
Decimal 113 25 59 0 0.78 0.48 0.56 336.82 0.64 0.27
Hex 71 19 3B 0 4E 30 38 151 40 1B
Octal 161 31 73 0 116 60 70 521 100 33
Binary 1110001 11001 111011 0 1001110 110000 111000 101010001 1000000 11011

Color Harmonies of #71193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71193B

Black with #71193B

Text Example


Text Example

White with #71193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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