Html Css Color HEX #701248 Pompadour

📋 copy color: '#701248'

red 112 ◦ green 18 ◦ blue 72

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

Shades of Pompadour #701248

Tints of Pompadour #701248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 55.45%
G = 8.91%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701248 (or 0x701248) is known color: Pompadour. HEX triplet: 70, 12 and 48. RGB value is (112,18,72). Sum of RGB (Red+Green+Blue) = 112+18+72=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701248 is #8FEDB7. Grayscale: #343434. Windows color (decimal): -9432504 or 4723312. OLE color: 4723312.

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

Color convert

RGB 112 18 72 -
CMYK 0 0.84 0.36 0.56
HSL 325.53º 0.72% 0.25% -
HSV(B) 325.53º 0.84% 0.44% -
XYZ 8.07 4.35 6.54 -
YUV 52.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 112 18 72 0 0.84 0.36 0.56 325.53 0.72 0.25
Hex 70 12 48 0 54 24 38 146 48 19
Octal 160 22 110 0 124 44 70 506 110 31
Binary 1110000 10010 1001000 0 1010100 100100 111000 101000110 1001000 11001

Color Harmonies of #701248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701248

Black with #701248

Text Example


Text Example

White with #701248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701248; }

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

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

background-color css

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

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

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

border-color css

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

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

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