Html Css Color HEX #701052 Pompadour

📋 copy color: '#701052'

red 112 ◦ green 16 ◦ blue 82

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

Shades of Pompadour #701052

Tints of Pompadour #701052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 53.33%
G = 7.62%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#701052 (or 0x701052) is known color: Pompadour. HEX triplet: 70, 10 and 52. RGB value is (112,16,82). Sum of RGB (Red+Green+Blue) = 112+16+82=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #701052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701052 is #8FEFAD. Grayscale: #343434. Windows color (decimal): -9433006 or 5378160. OLE color: 5378160.

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

Color convert

RGB 112 16 82 -
CMYK 0 0.86 0.27 0.56
HSL 318.75º 0.75% 0.25% -
HSV(B) 318.75º 0.86% 0.44% -
XYZ 8.39 4.42 8.39 -
YUV 52.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 112 16 82 0 0.86 0.27 0.56 318.75 0.75 0.25
Hex 70 10 52 0 56 1B 38 13F 4B 19
Octal 160 20 122 0 126 33 70 477 113 31
Binary 1110000 10000 1010010 0 1010110 11011 111000 100111111 1001011 11001

Color Harmonies of #701052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701052

Black with #701052

Text Example


Text Example

White with #701052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701052; }

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

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

background-color css

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

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

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

border-color css

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

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

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