Html Css Color HEX #71133B Pompadour

📋 copy color: '#71133B'

red 113 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #71133B

Tints of Pompadour #71133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.95%

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

R = 59.16%
G = 9.95%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71133B (or 0x71133B) is known color: Pompadour. HEX triplet: 71, 13 and 3B. RGB value is (113,19,59). Sum of RGB (Red+Green+Blue) = 113+19+59=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71133B is #8EECC4. Grayscale: #333333. Windows color (decimal): -9366725 or 3871601. OLE color: 3871601.

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

Color convert

RGB 113 19 59 -
CMYK 0 0.83 0.48 0.56
HSL 334.47º 0.71% 0.26% -
HSV(B) 334.47º 0.83% 0.44% -
XYZ 7.83 4.29 4.55 -
YUV 51.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 113 19 59 0 0.83 0.48 0.56 334.47 0.71 0.26
Hex 71 13 3B 0 53 30 38 14E 47 1A
Octal 161 23 73 0 123 60 70 516 107 32
Binary 1110001 10011 111011 0 1010011 110000 111000 101001110 1000111 11010

Color Harmonies of #71133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71133B

Black with #71133B

Text Example


Text Example

White with #71133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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