Html Css Color HEX #701741 Pompadour

📋 copy color: '#701741'

red 112 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #701741

Tints of Pompadour #701741

RGB

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

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

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

R = 56%
G = 11.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#701741 (or 0x701741) is known color: Pompadour. HEX triplet: 70, 17 and 41. RGB value is (112,23,65). Sum of RGB (Red+Green+Blue) = 112+23+65=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #701741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701741 is #8FE8BE. Grayscale: #363636. Windows color (decimal): -9431231 or 4265840. OLE color: 4265840.

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

Color convert

RGB 112 23 65 -
CMYK 0 0.79 0.42 0.56
HSL 331.69º 0.66% 0.26% -
HSV(B) 331.69º 0.79% 0.44% -
XYZ 7.94 4.44 5.44 -
YUV 54.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 112 23 65 0 0.79 0.42 0.56 331.69 0.66 0.26
Hex 70 17 41 0 4F 2A 38 14C 42 1A
Octal 160 27 101 0 117 52 70 514 102 32
Binary 1110000 10111 1000001 0 1001111 101010 111000 101001100 1000010 11010

Color Harmonies of #701741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701741

Black with #701741

Text Example


Text Example

White with #701741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701741; }

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

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

background-color css

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

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

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

border-color css

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

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

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