#702651

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

Shades of Pompadour #702651

Tints of Pompadour #702651

Color information

#702651 (or 0x702651) is unknown color: approx Pompadour. HEX triplet: 70, 26 and 51. RGB value is (112,38,81). Sum of RGB (Red+Green+Blue) = 112+38+81=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702651 is #8FD9AE. Grayscale: #404040. Windows color (decimal): -9427375 or 5318256. OLE color: 5318256.

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

Color convert

RGB1123881-
CMYK00.660.280.56
HSL325.14º49.33%29.41%-
HSV(B)325.14º66.07%43.92%-
XYZ8.865.438.36-
YUV65.03137.02161.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=48.48%
G=16.45%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112388100.660.280.56325.1449.3329.41
Hex7026510421C38145311d
Octal16046121010234705056135
Binary11100001001101010001010000101110011100010100010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702651; }

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

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

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

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

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

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

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

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