Html Css Color HEX #701B42 Pompadour

📋 copy color: '#701B42'

red 112 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #701B42

Tints of Pompadour #701B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.2%

R = 54.63%
G = 13.17%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#701B42 (or 0x701B42) is known color: Pompadour. HEX triplet: 70, 1B and 42. RGB value is (112,27,66). Sum of RGB (Red+Green+Blue) = 112+27+66=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #701B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #701B42 is #8FE4BD. Grayscale: #383838. Windows color (decimal): -9430206 or 4332400. OLE color: 4332400.

HSL color Cylindrical-coordinate representation of color #701B42: hue angle of 332.47º 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 #701B42 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 27 66 -
CMYK 0 0.76 0.41 0.56
HSL 332.47º 0.61% 0.27% -
HSV(B) 332.47º 0.76% 0.44% -
XYZ 8.06 4.62 5.62 -
YUV 56.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 112 27 66 0 0.76 0.41 0.56 332.47 0.61 0.27
Hex 70 1B 42 0 4C 29 38 14C 3D 1B
Octal 160 33 102 0 114 51 70 514 75 33
Binary 1110000 11011 1000010 0 1001100 101001 111000 101001100 111101 11011

Color Harmonies of #701B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B42

Black with #701B42

Text Example


Text Example

White with #701B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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