Html Css Color HEX #701F41 Pompadour

📋 copy color: '#701F41'

red 112 ◦ green 31 ◦ blue 65

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

Shades of Pompadour #701F41

Tints of Pompadour #701F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

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

R = 53.85%
G = 14.9%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#701F41 (or 0x701F41) is known color: Pompadour. HEX triplet: 70, 1F and 41. RGB value is (112,31,65). Sum of RGB (Red+Green+Blue) = 112+31+65=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #701F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F41 is #8FE0BE. Grayscale: #3B3B3B. Windows color (decimal): -9429183 or 4267888. OLE color: 4267888.

HSL color Cylindrical-coordinate representation of color #701F41: hue angle of 334.81º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #701F41 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 65 -
CMYK 0 0.72 0.42 0.56
HSL 334.81º 0.57% 0.28% -
HSV(B) 334.81º 0.72% 0.44% -
XYZ 8.13 4.81 5.5 -
YUV 59.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 112 31 65 0 0.72 0.42 0.56 334.81 0.57 0.28
Hex 70 1F 41 0 48 2A 38 14F 39 1C
Octal 160 37 101 0 110 52 70 517 71 34
Binary 1110000 11111 1000001 0 1001000 101010 111000 101001111 111001 11100

Color Harmonies of #701F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F41

Black with #701F41

Text Example


Text Example

White with #701F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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