Html Css Color HEX #701045 Pompadour

📋 copy color: '#701045'

red 112 ◦ green 16 ◦ blue 69

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

Shades of Pompadour #701045

Tints of Pompadour #701045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 56.85%
G = 8.12%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#701045 (or 0x701045) is known color: Pompadour. HEX triplet: 70, 10 and 45. RGB value is (112,16,69). Sum of RGB (Red+Green+Blue) = 112+16+69=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #701045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701045 is #8FEFBA. Grayscale: #323232. Windows color (decimal): -9433019 or 4526192. OLE color: 4526192.

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

Color convert

RGB 112 16 69 -
CMYK 0 0.86 0.38 0.56
HSL 326.88º 0.75% 0.25% -
HSV(B) 326.88º 0.86% 0.44% -
XYZ 7.94 4.24 6.03 -
YUV 50.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 112 16 69 0 0.86 0.38 0.56 326.88 0.75 0.25
Hex 70 10 45 0 56 26 38 147 4B 19
Octal 160 20 105 0 126 46 70 507 113 31
Binary 1110000 10000 1000101 0 1010110 100110 111000 101000111 1001011 11001

Color Harmonies of #701045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701045

Black with #701045

Text Example


Text Example

White with #701045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701045; }

 p { color: rgb(112,16,69); }

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

background-color css

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

 a { background-color: rgb(112,16,69); }

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

border-color css

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

 span { border-color: rgb(112,16,69); }

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