Html Css Color HEX #701343 Pompadour

📋 copy color: '#701343'

red 112 ◦ green 19 ◦ blue 67

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

Shades of Pompadour #701343

Tints of Pompadour #701343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 56.57%
G = 9.6%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#701343 (or 0x701343) is known color: Pompadour. HEX triplet: 70, 13 and 43. RGB value is (112,19,67). Sum of RGB (Red+Green+Blue) = 112+19+67=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #701343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701343 is #8FECBC. Grayscale: #343434. Windows color (decimal): -9432253 or 4395888. OLE color: 4395888.

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

Color convert

RGB 112 19 67 -
CMYK 0 0.83 0.40 0.56
HSL 329.03º 0.71% 0.26% -
HSV(B) 329.03º 0.83% 0.44% -
XYZ 7.93 4.32 5.73 -
YUV 52.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 112 19 67 0 0.83 0.40 0.56 329.03 0.71 0.26
Hex 70 13 43 0 53 28 38 149 47 1A
Octal 160 23 103 0 123 50 70 511 107 32
Binary 1110000 10011 1000011 0 1010011 101000 111000 101001001 1000111 11010

Color Harmonies of #701343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701343

Black with #701343

Text Example


Text Example

White with #701343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701343; }

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

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

background-color css

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

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

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

border-color css

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

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

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