Html Css Color HEX #701A3F Pompadour

📋 copy color: '#701A3F'

red 112 ◦ green 26 ◦ blue 63

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

Shades of Pompadour #701A3F

Tints of Pompadour #701A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 63 (25% from 255) = 31.34%

R = 55.72%
G = 12.94%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#701A3F (or 0x701A3F) is known color: Pompadour. HEX triplet: 70, 1A and 3F. RGB value is (112,26,63). Sum of RGB (Red+Green+Blue) = 112+26+63=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #701A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701A3F is #8FE5C0. Grayscale: #373737. Windows color (decimal): -9430465 or 4135536. OLE color: 4135536.

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

Color convert

RGB 112 26 63 -
CMYK 0 0.77 0.44 0.56
HSL 334.19º 0.62% 0.27% -
HSV(B) 334.19º 0.77% 0.44% -
XYZ 7.95 4.54 5.16 -
YUV 55.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 112 26 63 0 0.77 0.44 0.56 334.19 0.62 0.27
Hex 70 1A 3F 0 4D 2C 38 14E 3E 1B
Octal 160 32 77 0 115 54 70 516 76 33
Binary 1110000 11010 111111 0 1001101 101100 111000 101001110 111110 11011

Color Harmonies of #701A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A3F

Black with #701A3F

Text Example


Text Example

White with #701A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,63); }

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

background-color css

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

 a { background-color: rgb(112,26,63); }

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

border-color css

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

 span { border-color: rgb(112,26,63); }

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