Html Css Color HEX #700E52 Pompadour

📋 copy color: '#700E52'

red 112 ◦ green 14 ◦ blue 82

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

Shades of Pompadour #700E52

Tints of Pompadour #700E52

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

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

R = 53.85%
G = 6.73%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#700E52 (or 0x700E52) is known color: Pompadour. HEX triplet: 70, 0E and 52. RGB value is (112,14,82). Sum of RGB (Red+Green+Blue) = 112+14+82=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #700E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E52 is #8FF1AD. Grayscale: #323232. Windows color (decimal): -9433518 or 5377648. OLE color: 5377648.

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

Color convert

RGB 112 14 82 -
CMYK 0 0.88 0.27 0.56
HSL 318.37º 0.78% 0.25% -
HSV(B) 318.37º 0.88% 0.44% -
XYZ 8.36 4.37 8.39 -
YUV 51.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 112 14 82 0 0.88 0.27 0.56 318.37 0.78 0.25
Hex 70 E 52 0 58 1B 38 13E 4E 19
Octal 160 16 122 0 130 33 70 476 116 31
Binary 1110000 1110 1010010 0 1011000 11011 111000 100111110 1001110 11001

Color Harmonies of #700E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E52

Black with #700E52

Text Example


Text Example

White with #700E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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