Html Css Color HEX #701353 Pompadour

📋 copy color: '#701353'

red 112 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #701353

Tints of Pompadour #701353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 52.34%
G = 8.88%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#701353 (or 0x701353) is known color: Pompadour. HEX triplet: 70, 13 and 53. RGB value is (112,19,83). Sum of RGB (Red+Green+Blue) = 112+19+83=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #701353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701353 is #8FECAC. Grayscale: #353535. Windows color (decimal): -9432237 or 5444464. OLE color: 5444464.

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

Color convert

RGB 112 19 83 -
CMYK 0 0.83 0.26 0.56
HSL 318.71º 0.71% 0.26% -
HSV(B) 318.71º 0.83% 0.44% -
XYZ 8.48 4.54 8.61 -
YUV 54.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 112 19 83 0 0.83 0.26 0.56 318.71 0.71 0.26
Hex 70 13 53 0 53 1A 38 13F 47 1A
Octal 160 23 123 0 123 32 70 477 107 32
Binary 1110000 10011 1010011 0 1010011 11010 111000 100111111 1000111 11010

Color Harmonies of #701353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701353

Black with #701353

Text Example


Text Example

White with #701353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701353; }

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

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

background-color css

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

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

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

border-color css

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

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

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