Html Css Color HEX #701544 Pompadour

📋 copy color: '#701544'

red 112 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #701544

Tints of Pompadour #701544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 55.72%
G = 10.45%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#701544 (or 0x701544) is known color: Pompadour. HEX triplet: 70, 15 and 44. RGB value is (112,21,68). Sum of RGB (Red+Green+Blue) = 112+21+68=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701544 is #8FEABB. Grayscale: #353535. Windows color (decimal): -9431740 or 4461936. OLE color: 4461936.

HSL color Cylindrical-coordinate representation of color #701544: hue angle of 329.01º 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 #701544 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 68 -
CMYK 0 0.81 0.39 0.56
HSL 329.01º 0.68% 0.26% -
HSV(B) 329.01º 0.81% 0.44% -
XYZ 7.99 4.4 5.9 -
YUV 53.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 112 21 68 0 0.81 0.39 0.56 329.01 0.68 0.26
Hex 70 15 44 0 51 27 38 149 44 1A
Octal 160 25 104 0 121 47 70 511 104 32
Binary 1110000 10101 1000100 0 1010001 100111 111000 101001001 1000100 11010

Color Harmonies of #701544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701544

Black with #701544

Text Example


Text Example

White with #701544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701544; }

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

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

background-color css

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

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

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

border-color css

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

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

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