#702747

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

Shades of Pompadour #702747

Tints of Pompadour #702747

Color information

#702747 (or 0x702747) is unknown color: approx Pompadour. HEX triplet: 70, 27 and 47. RGB value is (112,39,71). Sum of RGB (Red+Green+Blue) = 112+39+71=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #702747 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702747 is #8FD8B8. Grayscale: #404040. Windows color (decimal): -9427129 or 4663152. OLE color: 4663152.

HSL color Cylindrical-coordinate representation of color #702747: hue angle of 333.7º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702747 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1123971-
CMYK00.650.370.56
HSL333.7º48.34%29.61%-
HSV(B)333.7º65.18%43.92%-
XYZ8.545.356.54-
YUV64.47131.68161.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=50.45%
G=17.57%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112397100.650.370.56333.748.3429.61
Hex702747041253814e301e
Octal16047107010145705166036
Binary111000010011110001110100000110010111100010100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702747; }

 p { color: rgb(112,39,71); }

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

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

 a { background-color: rgb(112,39,71); }

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

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

 span { border-color: rgb(112,39,71); }

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