Html Css Color HEX #701242 Pompadour

📋 copy color: '#701242'

red 112 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #701242

Tints of Pompadour #701242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 57.14%
G = 9.18%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#701242 (or 0x701242) is known color: Pompadour. HEX triplet: 70, 12 and 42. RGB value is (112,18,66). Sum of RGB (Red+Green+Blue) = 112+18+66=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #701242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701242 is #8FEDBD. Grayscale: #333333. Windows color (decimal): -9432510 or 4330096. OLE color: 4330096.

HSL color Cylindrical-coordinate representation of color #701242: hue angle of 329.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701242 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 66 -
CMYK 0 0.84 0.41 0.56
HSL 329.36º 0.72% 0.25% -
HSV(B) 329.36º 0.84% 0.44% -
XYZ 7.88 4.27 5.56 -
YUV 51.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 112 18 66 0 0.84 0.41 0.56 329.36 0.72 0.25
Hex 70 12 42 0 54 29 38 149 48 19
Octal 160 22 102 0 124 51 70 511 110 31
Binary 1110000 10010 1000010 0 1010100 101001 111000 101001001 1001000 11001

Color Harmonies of #701242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701242

Black with #701242

Text Example


Text Example

White with #701242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701242; }

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

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

background-color css

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

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

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

border-color css

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

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

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