Html Css Color HEX #701148 Pompadour

📋 copy color: '#701148'

red 112 ◦ green 17 ◦ blue 72

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

Shades of Pompadour #701148

Tints of Pompadour #701148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 55.72%
G = 8.46%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701148 (or 0x701148) is known color: Pompadour. HEX triplet: 70, 11 and 48. RGB value is (112,17,72). Sum of RGB (Red+Green+Blue) = 112+17+72=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701148 is #8FEEB7. Grayscale: #333333. Windows color (decimal): -9432760 or 4723056. OLE color: 4723056.

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

Color convert

RGB 112 17 72 -
CMYK 0 0.85 0.36 0.56
HSL 325.26º 0.74% 0.25% -
HSV(B) 325.26º 0.85% 0.44% -
XYZ 8.05 4.31 6.54 -
YUV 51.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 112 17 72 0 0.85 0.36 0.56 325.26 0.74 0.25
Hex 70 11 48 0 55 24 38 145 4A 19
Octal 160 21 110 0 125 44 70 505 112 31
Binary 1110000 10001 1001000 0 1010101 100100 111000 101000101 1001010 11001

Color Harmonies of #701148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701148

Black with #701148

Text Example


Text Example

White with #701148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701148; }

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

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

background-color css

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

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

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

border-color css

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

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

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