#712345

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

Shades of Pompadour #712345

Tints of Pompadour #712345

Color information

#712345 (or 0x712345) is unknown color: approx Pompadour. HEX triplet: 71, 23 and 45. RGB value is (113,35,69). Sum of RGB (Red+Green+Blue) = 113+35+69=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712345 is #8EDCBA. Grayscale: #3E3E3E. Windows color (decimal): -9362619 or 4531057. OLE color: 4531057.

HSL color Cylindrical-coordinate representation of color #712345: hue angle of 333.85º 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 #712345 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1133569-
CMYK00.690.390.56
HSL333.85º52.7%29.02%-
HSV(B)333.85º69.03%44.31%-
XYZ8.495.146.18-
YUV62.2131.84164.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=52.07%
G=16.13%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113356900.690.390.56333.8552.729.02
Hex712345045273814e351d
Octal16143105010547705166535
Binary111000110001110001010100010110011111100010100111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712345; }

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

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

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

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

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

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

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

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