Html Css Color HEX #701745 Pompadour

📋 copy color: '#701745'

red 112 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #701745

Tints of Pompadour #701745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 54.9%
G = 11.27%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#701745 (or 0x701745) is known color: Pompadour. HEX triplet: 70, 17 and 45. RGB value is (112,23,69). Sum of RGB (Red+Green+Blue) = 112+23+69=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #701745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701745 is #8FE8BA. Grayscale: #363636. Windows color (decimal): -9431227 or 4527984. OLE color: 4527984.

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

Color convert

RGB 112 23 69 -
CMYK 0 0.79 0.38 0.56
HSL 328.99º 0.66% 0.26% -
HSV(B) 328.99º 0.79% 0.44% -
XYZ 8.06 4.49 6.07 -
YUV 54.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 112 23 69 0 0.79 0.38 0.56 328.99 0.66 0.26
Hex 70 17 45 0 4F 26 38 149 42 1A
Octal 160 27 105 0 117 46 70 511 102 32
Binary 1110000 10111 1000101 0 1001111 100110 111000 101001001 1000010 11010

Color Harmonies of #701745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701745

Black with #701745

Text Example


Text Example

White with #701745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701745; }

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

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

background-color css

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

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

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

border-color css

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

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

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