Html Css Color HEX #701050 Pompadour

📋 copy color: '#701050'

red 112 ◦ green 16 ◦ blue 80

#701050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #701050

Tints of Pompadour #701050

RGB

 RED value IS 112 (44.14% from 255) = 53.85%

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 53.85%
G = 7.69%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#701050 (or 0x701050) is known color: Pompadour. HEX triplet: 70, 10 and 50. RGB value is (112,16,80). Sum of RGB (Red+Green+Blue) = 112+16+80=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #701050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701050 is #8FEFAF. Grayscale: #333333. Windows color (decimal): -9433008 or 5247088. OLE color: 5247088.

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

Color convert

RGB 112 16 80 -
CMYK 0 0.86 0.29 0.56
HSL 320º 0.75% 0.25% -
HSV(B) 320º 0.86% 0.44% -
XYZ 8.32 4.39 8 -
YUV 52 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 112 16 80 0 0.86 0.29 0.56 320 0.75 0.25
Hex 70 10 50 0 56 1D 38 140 4B 19
Octal 160 20 120 0 126 35 70 500 113 31
Binary 1110000 10000 1010000 0 1010110 11101 111000 101000000 1001011 11001

Color Harmonies of #701050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701050

Black with #701050

Text Example


Text Example

White with #701050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701050; }

 p { color: rgb(112,16,80); }

 H1.HeaderClassName
 {
   color: #701050;
 }
 .AnyTagClassName
 {
   color: #701050;
 }
</style>

background-color css

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

 a { background-color: rgb(112,16,80); }

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

border-color css

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

 span { border-color: rgb(112,16,80); }

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