Html Css Color HEX #701B40 Pompadour

📋 copy color: '#701B40'

red 112 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #701B40

Tints of Pompadour #701B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.3%

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

R = 55.17%
G = 13.3%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#701B40 (or 0x701B40) is known color: Pompadour. HEX triplet: 70, 1B and 40. RGB value is (112,27,64). Sum of RGB (Red+Green+Blue) = 112+27+64=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #701B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B40 is #8FE4BF. Grayscale: #383838. Windows color (decimal): -9430208 or 4201328. OLE color: 4201328.

HSL color Cylindrical-coordinate representation of color #701B40: hue angle of 333.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #701B40 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 27 64 -
CMYK 0 0.76 0.43 0.56
HSL 333.88º 0.61% 0.27% -
HSV(B) 333.88º 0.76% 0.44% -
XYZ 8 4.6 5.32 -
YUV 56.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 112 27 64 0 0.76 0.43 0.56 333.88 0.61 0.27
Hex 70 1B 40 0 4C 2B 38 14E 3D 1B
Octal 160 33 100 0 114 53 70 516 75 33
Binary 1110000 11011 1000000 0 1001100 101011 111000 101001110 111101 11011

Color Harmonies of #701B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B40

Black with #701B40

Text Example


Text Example

White with #701B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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