Html Css Color HEX #701152 Pompadour

📋 copy color: '#701152'

red 112 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #701152

Tints of Pompadour #701152

RGB

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

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

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

R = 53.08%
G = 8.06%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#701152 (or 0x701152) is known color: Pompadour. HEX triplet: 70, 11 and 52. RGB value is (112,17,82). Sum of RGB (Red+Green+Blue) = 112+17+82=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #701152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701152 is #8FEEAD. Grayscale: #343434. Windows color (decimal): -9432750 or 5378416. OLE color: 5378416.

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

Color convert

RGB 112 17 82 -
CMYK 0 0.85 0.27 0.56
HSL 318.95º 0.74% 0.25% -
HSV(B) 318.95º 0.85% 0.44% -
XYZ 8.41 4.45 8.4 -
YUV 52.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 112 17 82 0 0.85 0.27 0.56 318.95 0.74 0.25
Hex 70 11 52 0 55 1B 38 13F 4A 19
Octal 160 21 122 0 125 33 70 477 112 31
Binary 1110000 10001 1010010 0 1010101 11011 111000 100111111 1001010 11001

Color Harmonies of #701152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701152

Black with #701152

Text Example


Text Example

White with #701152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701152; }

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

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

background-color css

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

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

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

border-color css

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

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

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