#701138

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

Shades of Pompadour #701138

Tints of Pompadour #701138

Color information

#701138 (or 0x701138) is unknown color: approx Pompadour. HEX triplet: 70, 11 and 38. RGB value is (112,17,56). Sum of RGB (Red+Green+Blue) = 112+17+56=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #701138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701138 is #8FEEC7. Grayscale: #313131. Windows color (decimal): -9432776 or 3674480. OLE color: 3674480.

HSL color Cylindrical-coordinate representation of color #701138: hue angle of 335.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701138 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1121756-
CMYK00.850.500.56
HSL335.37º73.64%25.29%-
HSV(B)335.37º84.82%43.92%-
XYZ7.64.134.14-
YUV49.85131.47172.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=60.54%
G=9.19%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112175600.850.500.56335.3773.6425.29
Hex701138055323814f4a19
Octal16021700125627051711231
Binary11100001000111100001010101110010111000101001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701138; }

 p { color: rgb(112,17,56); }

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

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

 a { background-color: rgb(112,17,56); }

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

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

 span { border-color: rgb(112,17,56); }

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