#702745

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

Shades of Pompadour #702745

Tints of Pompadour #702745

Color information

#702745 (or 0x702745) is unknown color: approx Pompadour. HEX triplet: 70, 27 and 45. RGB value is (112,39,69). Sum of RGB (Red+Green+Blue) = 112+39+69=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #702745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702745 is #8FD8BA. Grayscale: #404040. Windows color (decimal): -9427131 or 4532080. OLE color: 4532080.

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

Color convert

RGB1123969-
CMYK00.650.380.56
HSL335.34º48.34%29.61%-
HSV(B)335.34º65.18%43.92%-
XYZ8.485.336.21-
YUV64.25130.68162.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=50.91%
G=17.73%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112396900.650.380.56335.3448.3429.61
Hex702745041263814f301e
Octal16047105010146705176036
Binary111000010011110001010100000110011011100010100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702745; }

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

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

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

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

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

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

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

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