#71123A

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

Shades of Pompadour #71123A

Tints of Pompadour #71123A

Color information

#71123A (or 0x71123A) is unknown color: approx Pompadour. HEX triplet: 71, 12 and 3A. RGB value is (113,18,58). Sum of RGB (Red+Green+Blue) = 113+18+58=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71123A is #8EEDC5. Grayscale: #323232. Windows color (decimal): -9366982 or 3805809. OLE color: 3805809.

HSL color Cylindrical-coordinate representation of color #71123A: hue angle of 334.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71123A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1131858-
CMYK00.840.490.56
HSL334.74º72.52%25.69%-
HSV(B)334.74º84.07%44.31%-
XYZ7.794.254.41-
YUV50.96131.97172.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=59.79%
G=9.52%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113185800.840.490.56334.7472.5225.69
Hex71123A054313814f491a
Octal16122720124617051711132
Binary11100011001011101001010100110001111000101001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71123A; }

 p { color: rgb(113,18,58); }

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

<style>
 a { background-color: #71123A; }

 a { background-color: rgb(113,18,58); }

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

<style>
 span { border-color: #71123A; }

 span { border-color: rgb(113,18,58); }

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