#702743

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

Shades of Pompadour #702743

Tints of Pompadour #702743

Color information

#702743 (or 0x702743) is unknown color: approx Pompadour. HEX triplet: 70, 27 and 43. RGB value is (112,39,67). Sum of RGB (Red+Green+Blue) = 112+39+67=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702743 is #8FD8BC. Grayscale: #3F3F3F. Windows color (decimal): -9427133 or 4401008. OLE color: 4401008.

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

Color convert

RGB1123967-
CMYK00.650.400.56
HSL336.99º48.34%29.61%-
HSV(B)336.99º65.18%43.92%-
XYZ8.425.35.89-
YUV64.02129.68162.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=51.38%
G=17.89%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112396700.650.400.56336.9948.3429.61
Hex7027430412838151301e
Octal16047103010150705216036
Binary111000010011110000110100000110100011100010101000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702743; }

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

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

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

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

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

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

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

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