#702644

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

Shades of Pompadour #702644

Tints of Pompadour #702644

Color information

#702644 (or 0x702644) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 44. RGB value is (112,38,68). Sum of RGB (Red+Green+Blue) = 112+38+68=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702644 is #8FD9BB. Grayscale: #3F3F3F. Windows color (decimal): -9427388 or 4466288. OLE color: 4466288.

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

Color convert

RGB1123868-
CMYK00.660.390.56
HSL335.68º49.33%29.41%-
HSV(B)335.68º66.07%43.92%-
XYZ8.425.256.04-
YUV63.55130.52162.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=51.38%
G=17.43%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112386800.660.390.56335.6849.3329.41
Hex7026440422738150311d
Octal16046104010247705206135
Binary111000010011010001000100001010011111100010101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702644; }

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

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

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

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

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

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

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

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