#712350

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

Shades of Pompadour #712350

Tints of Pompadour #712350

Color information

#712350 (or 0x712350) is unknown color: approx Pompadour. HEX triplet: 71, 23 and 50. RGB value is (113,35,80). Sum of RGB (Red+Green+Blue) = 113+35+80=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712350 is #8EDCAF. Grayscale: #3F3F3F. Windows color (decimal): -9362608 or 5251953. OLE color: 5251953.

HSL color Cylindrical-coordinate representation of color #712350: hue angle of 325.38º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712350 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1133580-
CMYK00.690.290.56
HSL325.38º52.7%29.02%-
HSV(B)325.38º69.03%44.31%-
XYZ8.865.298.14-
YUV63.45137.34163.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=49.56%
G=15.35%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113358000.690.290.56325.3852.729.02
Hex7123500451D38145351d
Octal16143120010535705056535
Binary11100011000111010000010001011110111100010100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712350; }

 p { color: rgb(113,35,80); }

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

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

 a { background-color: rgb(113,35,80); }

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

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

 span { border-color: rgb(113,35,80); }

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