Html Css Color HEX #701954 Pompadour

📋 copy color: '#701954'

red 112 ◦ green 25 ◦ blue 84

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

Shades of Pompadour #701954

Tints of Pompadour #701954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 50.68%
G = 11.31%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#701954 (or 0x701954) is known color: Pompadour. HEX triplet: 70, 19 and 54. RGB value is (112,25,84). Sum of RGB (Red+Green+Blue) = 112+25+84=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #701954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701954 is #8FE6AB. Grayscale: #393939. Windows color (decimal): -9430700 or 5511536. OLE color: 5511536.

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

Color convert

RGB 112 25 84 -
CMYK 0 0.78 0.25 0.56
HSL 319.31º 0.64% 0.27% -
HSV(B) 319.31º 0.78% 0.44% -
XYZ 8.63 4.78 8.86 -
YUV 57.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 112 25 84 0 0.78 0.25 0.56 319.31 0.64 0.27
Hex 70 19 54 0 4E 19 38 13F 40 1B
Octal 160 31 124 0 116 31 70 477 100 33
Binary 1110000 11001 1010100 0 1001110 11001 111000 100111111 1000000 11011

Color Harmonies of #701954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701954

Black with #701954

Text Example


Text Example

White with #701954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701954; }

 p { color: rgb(112,25,84); }

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

background-color css

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

 a { background-color: rgb(112,25,84); }

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

border-color css

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

 span { border-color: rgb(112,25,84); }

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