Html Css Color HEX #701443 Pompadour

📋 copy color: '#701443'

red 112 ◦ green 20 ◦ blue 67

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

Shades of Pompadour #701443

Tints of Pompadour #701443

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 56.28%
G = 10.05%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#701443 (or 0x701443) is known color: Pompadour. HEX triplet: 70, 14 and 43. RGB value is (112,20,67). Sum of RGB (Red+Green+Blue) = 112+20+67=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #701443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701443 is #8FEBBC. Grayscale: #343434. Windows color (decimal): -9431997 or 4396144. OLE color: 4396144.

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

Color convert

RGB 112 20 67 -
CMYK 0 0.82 0.40 0.56
HSL 329.35º 0.7% 0.26% -
HSV(B) 329.35º 0.82% 0.44% -
XYZ 7.95 4.35 5.73 -
YUV 52.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 112 20 67 0 0.82 0.40 0.56 329.35 0.7 0.26
Hex 70 14 43 0 52 28 38 149 46 1A
Octal 160 24 103 0 122 50 70 511 106 32
Binary 1110000 10100 1000011 0 1010010 101000 111000 101001001 1000110 11010

Color Harmonies of #701443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701443

Black with #701443

Text Example


Text Example

White with #701443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701443; }

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

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

background-color css

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

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

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

border-color css

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

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

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