Html Css Color HEX #701143 Pompadour

📋 copy color: '#701143'

red 112 ◦ green 17 ◦ blue 67

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

Shades of Pompadour #701143

Tints of Pompadour #701143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 67 (26.56% from 255) = 34.18%

R = 57.14%
G = 8.67%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#701143 (or 0x701143) is known color: Pompadour. HEX triplet: 70, 11 and 43. RGB value is (112,17,67). Sum of RGB (Red+Green+Blue) = 112+17+67=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #701143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701143 is #8FEEBC. Grayscale: #333333. Windows color (decimal): -9432765 or 4395376. OLE color: 4395376.

HSL color Cylindrical-coordinate representation of color #701143: hue angle of 328.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701143 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 67 -
CMYK 0 0.85 0.40 0.56
HSL 328.42º 0.74% 0.25% -
HSV(B) 328.42º 0.85% 0.44% -
XYZ 7.9 4.25 5.71 -
YUV 51.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 112 17 67 0 0.85 0.40 0.56 328.42 0.74 0.25
Hex 70 11 43 0 55 28 38 148 4A 19
Octal 160 21 103 0 125 50 70 510 112 31
Binary 1110000 10001 1000011 0 1010101 101000 111000 101001000 1001010 11001

Color Harmonies of #701143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701143

Black with #701143

Text Example


Text Example

White with #701143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701143; }

 p { color: rgb(112,17,67); }

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

background-color css

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

 a { background-color: rgb(112,17,67); }

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

border-color css

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

 span { border-color: rgb(112,17,67); }

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