#71134B

Color #71134B Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #71134B

Tints of Pompadour #71134B

Color information

#71134B (or 0x71134B) is unknown color: approx Pompadour. HEX triplet: 71, 13 and 4B. RGB value is (113,19,75). Sum of RGB (Red+Green+Blue) = 113+19+75=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71134B is #8EECB4. Grayscale: #353535. Windows color (decimal): -9366709 or 4920177. OLE color: 4920177.

HSL color Cylindrical-coordinate representation of color #71134B: hue angle of 324.26º 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 #71134B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1131975-
CMYK00.830.340.56
HSL324.26º71.21%25.88%-
HSV(B)324.26º83.19%44.31%-
XYZ8.314.487.08-
YUV53.49140.14170.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=54.59%
G=9.18%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113197500.830.340.56324.2671.2125.88
Hex71134B0532238144471a
Octal161231130123427050410732
Binary111000110011100101101010011100010111000101000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71134B;
 }
 .AnyTagClassName
 {
   color: #71134B;
 }
</style>
background-color css

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

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

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

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

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

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