#702343

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

Shades of Pompadour #702343

Tints of Pompadour #702343

Color information

#702343 (or 0x702343) is unknown color: approx Pompadour. HEX triplet: 70, 23 and 43. RGB value is (112,35,67). Sum of RGB (Red+Green+Blue) = 112+35+67=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702343 is #8FDCBC. Grayscale: #3D3D3D. Windows color (decimal): -9428157 or 4399984. OLE color: 4399984.

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

Color convert

RGB1123567-
CMYK00.690.400.56
HSL335.06º52.38%28.82%-
HSV(B)335.06º68.75%43.92%-
XYZ8.35.055.85-
YUV61.67131.01163.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=52.34%
G=16.36%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112356700.690.400.56335.0652.3828.82
Hex702343045283814f341d
Octal16043103010550705176435
Binary111000010001110000110100010110100011100010100111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702343; }

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

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

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

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

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

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

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

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