Html Css Color HEX #701644 Pompadour

📋 copy color: '#701644'

red 112 ◦ green 22 ◦ blue 68

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

Shades of Pompadour #701644

Tints of Pompadour #701644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.89%

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

R = 55.45%
G = 10.89%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#701644 (or 0x701644) is known color: Pompadour. HEX triplet: 70, 16 and 44. RGB value is (112,22,68). Sum of RGB (Red+Green+Blue) = 112+22+68=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #701644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701644 is #8FE9BB. Grayscale: #363636. Windows color (decimal): -9431484 or 4462192. OLE color: 4462192.

HSL color Cylindrical-coordinate representation of color #701644: hue angle of 329.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701644 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 68 -
CMYK 0 0.80 0.39 0.56
HSL 329.33º 0.67% 0.26% -
HSV(B) 329.33º 0.8% 0.44% -
XYZ 8.01 4.44 5.9 -
YUV 54.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 112 22 68 0 0.80 0.39 0.56 329.33 0.67 0.26
Hex 70 16 44 0 50 27 38 149 43 1A
Octal 160 26 104 0 120 47 70 511 103 32
Binary 1110000 10110 1000100 0 1010000 100111 111000 101001001 1000011 11010

Color Harmonies of #701644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701644

Black with #701644

Text Example


Text Example

White with #701644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701644; }

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

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

background-color css

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

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

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

border-color css

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

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

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