Html Css Color HEX #701340 Pompadour

📋 copy color: '#701340'

red 112 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #701340

Tints of Pompadour #701340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 57.44%
G = 9.74%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701340 (or 0x701340) is known color: Pompadour. HEX triplet: 70, 13 and 40. RGB value is (112,19,64). Sum of RGB (Red+Green+Blue) = 112+19+64=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #701340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701340 is #8FECBF. Grayscale: #333333. Windows color (decimal): -9432256 or 4199280. OLE color: 4199280.

HSL color Cylindrical-coordinate representation of color #701340: hue angle of 330.97º 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 #701340 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 64 -
CMYK 0 0.83 0.43 0.56
HSL 330.97º 0.71% 0.26% -
HSV(B) 330.97º 0.83% 0.44% -
XYZ 7.84 4.28 5.26 -
YUV 51.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 112 19 64 0 0.83 0.43 0.56 330.97 0.71 0.26
Hex 70 13 40 0 53 2B 38 14B 47 1A
Octal 160 23 100 0 123 53 70 513 107 32
Binary 1110000 10011 1000000 0 1010011 101011 111000 101001011 1000111 11010

Color Harmonies of #701340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701340

Black with #701340

Text Example


Text Example

White with #701340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701340; }

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

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

background-color css

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

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

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

border-color css

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

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

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