Html Css Color HEX #701048 Pompadour

📋 copy color: '#701048'

red 112 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #701048

Tints of Pompadour #701048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 56%
G = 8%
B = 36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701048 (or 0x701048) is known color: Pompadour. HEX triplet: 70, 10 and 48. RGB value is (112,16,72). Sum of RGB (Red+Green+Blue) = 112+16+72=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701048 is #8FEFB7. Grayscale: #323232. Windows color (decimal): -9433016 or 4722800. OLE color: 4722800.

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

Color convert

RGB 112 16 72 -
CMYK 0 0.86 0.36 0.56
HSL 325º 0.75% 0.25% -
HSV(B) 325º 0.86% 0.44% -
XYZ 8.04 4.28 6.53 -
YUV 51.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 112 16 72 0 0.86 0.36 0.56 325 0.75 0.25
Hex 70 10 48 0 56 24 38 145 4B 19
Octal 160 20 110 0 126 44 70 505 113 31
Binary 1110000 10000 1001000 0 1010110 100100 111000 101000101 1001011 11001

Color Harmonies of #701048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701048

Black with #701048

Text Example


Text Example

White with #701048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701048; }

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

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

background-color css

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

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

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

border-color css

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

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

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