Html Css Color HEX #701853 Pompadour

📋 copy color: '#701853'

red 112 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #701853

Tints of Pompadour #701853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 51.14%
G = 10.96%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#701853 (or 0x701853) is known color: Pompadour. HEX triplet: 70, 18 and 53. RGB value is (112,24,83). Sum of RGB (Red+Green+Blue) = 112+24+83=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701853 is #8FE7AC. Grayscale: #383838. Windows color (decimal): -9430957 or 5445744. OLE color: 5445744.

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

Color convert

RGB 112 24 83 -
CMYK 0 0.79 0.26 0.56
HSL 319.77º 0.65% 0.27% -
HSV(B) 319.77º 0.79% 0.44% -
XYZ 8.57 4.72 8.64 -
YUV 57.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 112 24 83 0 0.79 0.26 0.56 319.77 0.65 0.27
Hex 70 18 53 0 4F 1A 38 140 41 1B
Octal 160 30 123 0 117 32 70 500 101 33
Binary 1110000 11000 1010011 0 1001111 11010 111000 101000000 1000001 11011

Color Harmonies of #701853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701853

Black with #701853

Text Example


Text Example

White with #701853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701853; }

 p { color: rgb(112,24,83); }

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

background-color css

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

 a { background-color: rgb(112,24,83); }

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

border-color css

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

 span { border-color: rgb(112,24,83); }

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