Html Css Color HEX #701C48 Pompadour

📋 copy color: '#701C48'

red 112 ◦ green 28 ◦ blue 72

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

Shades of Pompadour #701C48

Tints of Pompadour #701C48

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.21%

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

R = 52.83%
G = 13.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701C48 (or 0x701C48) is known color: Pompadour. HEX triplet: 70, 1C and 48. RGB value is (112,28,72). Sum of RGB (Red+Green+Blue) = 112+28+72=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #701C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701C48 is #8FE3B7. Grayscale: #3A3A3A. Windows color (decimal): -9429944 or 4725872. OLE color: 4725872.

HSL color Cylindrical-coordinate representation of color #701C48: hue angle of 328.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C48 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 28 72 -
CMYK 0 0.75 0.36 0.56
HSL 328.57º 0.6% 0.27% -
HSV(B) 328.57º 0.75% 0.44% -
XYZ 8.27 4.74 6.61 -
YUV 58.13 135.83 166.42 -
System Red Green Blue C M Y K H S L
Decimal 112 28 72 0 0.75 0.36 0.56 328.57 0.6 0.27
Hex 70 1C 48 0 4B 24 38 149 3C 1B
Octal 160 34 110 0 113 44 70 511 74 33
Binary 1110000 11100 1001000 0 1001011 100100 111000 101001001 111100 11011

Color Harmonies of #701C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C48

Black with #701C48

Text Example


Text Example

White with #701C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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