Html Css Color HEX #701F42 Pompadour

📋 copy color: '#701F42'

red 112 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #701F42

Tints of Pompadour #701F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 53.59%
G = 14.83%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#701F42 (or 0x701F42) is known color: Pompadour. HEX triplet: 70, 1F and 42. RGB value is (112,31,66). Sum of RGB (Red+Green+Blue) = 112+31+66=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #701F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701F42 is #8FE0BD. Grayscale: #3B3B3B. Windows color (decimal): -9429182 or 4333424. OLE color: 4333424.

HSL color Cylindrical-coordinate representation of color #701F42: hue angle of 334.07º 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 #701F42 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 66 -
CMYK 0 0.72 0.41 0.56
HSL 334.07º 0.57% 0.28% -
HSV(B) 334.07º 0.72% 0.44% -
XYZ 8.16 4.82 5.65 -
YUV 59.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 112 31 66 0 0.72 0.41 0.56 334.07 0.57 0.28
Hex 70 1F 42 0 48 29 38 14E 39 1C
Octal 160 37 102 0 110 51 70 516 71 34
Binary 1110000 11111 1000010 0 1001000 101001 111000 101001110 111001 11100

Color Harmonies of #701F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F42

Black with #701F42

Text Example


Text Example

White with #701F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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