#702645

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

Shades of Pompadour #702645

Tints of Pompadour #702645

Color information

#702645 (or 0x702645) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 45. RGB value is (112,38,69). Sum of RGB (Red+Green+Blue) = 112+38+69=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702645 is #8FD9BA. Grayscale: #3F3F3F. Windows color (decimal): -9427387 or 4531824. OLE color: 4531824.

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

Color convert

RGB1123869-
CMYK00.660.380.56
HSL334.86º49.33%29.41%-
HSV(B)334.86º66.07%43.92%-
XYZ8.455.266.2-
YUV63.66131.02162.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=51.14%
G=17.35%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112386900.660.380.56334.8649.3329.41
Hex702645042263814f311d
Octal16046105010246705176135
Binary111000010011010001010100001010011011100010100111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702645; }

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

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

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

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

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

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

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

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