Html Css Color HEX #701539 Pompadour

📋 copy color: '#701539'

red 112 ◦ green 21 ◦ blue 57

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

Shades of Pompadour #701539

Tints of Pompadour #701539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 57 (22.66% from 255) = 30%

R = 58.95%
G = 11.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#701539 (or 0x701539) is known color: Pompadour. HEX triplet: 70, 15 and 39. RGB value is (112,21,57). Sum of RGB (Red+Green+Blue) = 112+21+57=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #701539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701539 is #8FEAC6. Grayscale: #343434. Windows color (decimal): -9431751 or 3741040. OLE color: 3741040.

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

Color convert

RGB 112 21 57 -
CMYK 0 0.81 0.49 0.56
HSL 336.26º 0.68% 0.26% -
HSV(B) 336.26º 0.81% 0.44% -
XYZ 7.69 4.28 4.29 -
YUV 52.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 112 21 57 0 0.81 0.49 0.56 336.26 0.68 0.26
Hex 70 15 39 0 51 31 38 150 44 1A
Octal 160 25 71 0 121 61 70 520 104 32
Binary 1110000 10101 111001 0 1010001 110001 111000 101010000 1000100 11010

Color Harmonies of #701539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701539

Black with #701539

Text Example


Text Example

White with #701539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701539; }

 p { color: rgb(112,21,57); }

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

background-color css

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

 a { background-color: rgb(112,21,57); }

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

border-color css

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

 span { border-color: rgb(112,21,57); }

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