#70274D

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

Shades of Pompadour #70274D

Tints of Pompadour #70274D

Color information

#70274D (or 0x70274D) is unknown color: approx Pompadour. HEX triplet: 70, 27 and 4D. RGB value is (112,39,77). Sum of RGB (Red+Green+Blue) = 112+39+77=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70274D is #8FD8B2. Grayscale: #414141. Windows color (decimal): -9427123 or 5056368. OLE color: 5056368.

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

Color convert

RGB1123977-
CMYK00.650.310.56
HSL328.77º48.34%29.61%-
HSV(B)328.77º65.18%43.92%-
XYZ8.755.437.61-
YUV65.16134.68161.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=49.12%
G=17.11%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112397700.650.310.56328.7748.3429.61
Hex70274D0411F38149301e
Octal16047115010137705116036
Binary11100001001111001101010000011111111100010100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70274D; }

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

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

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

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

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

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

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

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