Html Css Color HEX #701552 Pompadour

📋 copy color: '#701552'

red 112 ◦ green 21 ◦ blue 82

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

Shades of Pompadour #701552

Tints of Pompadour #701552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 52.09%
G = 9.77%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#701552 (or 0x701552) is known color: Pompadour. HEX triplet: 70, 15 and 52. RGB value is (112,21,82). Sum of RGB (Red+Green+Blue) = 112+21+82=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #701552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701552 is #8FEAAD. Grayscale: #373737. Windows color (decimal): -9431726 or 5379440. OLE color: 5379440.

HSL color Cylindrical-coordinate representation of color #701552: hue angle of 319.78º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701552 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 82 -
CMYK 0 0.81 0.27 0.56
HSL 319.78º 0.68% 0.26% -
HSV(B) 319.78º 0.81% 0.44% -
XYZ 8.47 4.59 8.42 -
YUV 55.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 112 21 82 0 0.81 0.27 0.56 319.78 0.68 0.26
Hex 70 15 52 0 51 1B 38 140 44 1A
Octal 160 25 122 0 121 33 70 500 104 32
Binary 1110000 10101 1010010 0 1010001 11011 111000 101000000 1000100 11010

Color Harmonies of #701552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701552

Black with #701552

Text Example


Text Example

White with #701552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701552; }

 p { color: rgb(112,21,82); }

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

background-color css

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

 a { background-color: rgb(112,21,82); }

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

border-color css

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

 span { border-color: rgb(112,21,82); }

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