Html Css Color HEX #701841 Pompadour

📋 copy color: '#701841'

red 112 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #701841

Tints of Pompadour #701841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 55.72%
G = 11.94%
B = 32.34%

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

#701841 (or 0x701841) is known color: Pompadour. HEX triplet: 70, 18 and 41. RGB value is (112,24,65). Sum of RGB (Red+Green+Blue) = 112+24+65=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701841 is #8FE7BE. Grayscale: #363636. Windows color (decimal): -9430975 or 4266096. OLE color: 4266096.

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

Color convert

RGB 112 24 65 -
CMYK 0 0.79 0.42 0.56
HSL 332.05º 0.65% 0.27% -
HSV(B) 332.05º 0.79% 0.44% -
XYZ 7.96 4.48 5.45 -
YUV 54.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 112 24 65 0 0.79 0.42 0.56 332.05 0.65 0.27
Hex 70 18 41 0 4F 2A 38 14C 41 1B
Octal 160 30 101 0 117 52 70 514 101 33
Binary 1110000 11000 1000001 0 1001111 101010 111000 101001100 1000001 11011

Color Harmonies of #701841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701841

Black with #701841

Text Example


Text Example

White with #701841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701841; }

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

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

background-color css

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

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

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

border-color css

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

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

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