Html Css Color HEX #701641 Pompadour

📋 copy color: '#701641'

red 112 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #701641

Tints of Pompadour #701641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 56.28%
G = 11.06%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#701641 (or 0x701641) is known color: Pompadour. HEX triplet: 70, 16 and 41. RGB value is (112,22,65). Sum of RGB (Red+Green+Blue) = 112+22+65=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701641 is #8FE9BE. Grayscale: #353535. Windows color (decimal): -9431487 or 4265584. OLE color: 4265584.

HSL color Cylindrical-coordinate representation of color #701641: hue angle of 331.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 #701641 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 65 -
CMYK 0 0.80 0.42 0.56
HSL 331.33º 0.67% 0.26% -
HSV(B) 331.33º 0.8% 0.44% -
XYZ 7.92 4.4 5.43 -
YUV 53.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 112 22 65 0 0.80 0.42 0.56 331.33 0.67 0.26
Hex 70 16 41 0 50 2A 38 14B 43 1A
Octal 160 26 101 0 120 52 70 513 103 32
Binary 1110000 10110 1000001 0 1010000 101010 111000 101001011 1000011 11010

Color Harmonies of #701641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701641

Black with #701641

Text Example


Text Example

White with #701641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701641; }

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

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

background-color css

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

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

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

border-color css

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

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

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