Html Css Color HEX #701339 Pompadour

📋 copy color: '#701339'

red 112 ◦ green 19 ◦ blue 57

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

Shades of Pompadour #701339

Tints of Pompadour #701339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 30.32%

R = 59.57%
G = 10.11%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#701339 (or 0x701339) is known color: Pompadour. HEX triplet: 70, 13 and 39. RGB value is (112,19,57). Sum of RGB (Red+Green+Blue) = 112+19+57=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #701339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701339 is #8FECC6. Grayscale: #333333. Windows color (decimal): -9432263 or 3740528. OLE color: 3740528.

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

Color convert

RGB 112 19 57 -
CMYK 0 0.83 0.49 0.56
HSL 335.48º 0.71% 0.26% -
HSV(B) 335.48º 0.83% 0.44% -
XYZ 7.65 4.21 4.28 -
YUV 51.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 112 19 57 0 0.83 0.49 0.56 335.48 0.71 0.26
Hex 70 13 39 0 53 31 38 14F 47 1A
Octal 160 23 71 0 123 61 70 517 107 32
Binary 1110000 10011 111001 0 1010011 110001 111000 101001111 1000111 11010

Color Harmonies of #701339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701339

Black with #701339

Text Example


Text Example

White with #701339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701339; }

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

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

background-color css

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

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

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

border-color css

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

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

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