Html Css Color HEX #701348 Pompadour

📋 copy color: '#701348'

red 112 ◦ green 19 ◦ blue 72

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

Shades of Pompadour #701348

Tints of Pompadour #701348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 55.17%
G = 9.36%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701348 (or 0x701348) is known color: Pompadour. HEX triplet: 70, 13 and 48. RGB value is (112,19,72). Sum of RGB (Red+Green+Blue) = 112+19+72=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #701348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701348 is #8FECB7. Grayscale: #343434. Windows color (decimal): -9432248 or 4723568. OLE color: 4723568.

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

Color convert

RGB 112 19 72 -
CMYK 0 0.83 0.36 0.56
HSL 325.81º 0.71% 0.26% -
HSV(B) 325.81º 0.83% 0.44% -
XYZ 8.08 4.38 6.55 -
YUV 52.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 112 19 72 0 0.83 0.36 0.56 325.81 0.71 0.26
Hex 70 13 48 0 53 24 38 146 47 1A
Octal 160 23 110 0 123 44 70 506 107 32
Binary 1110000 10011 1001000 0 1010011 100100 111000 101000110 1000111 11010

Color Harmonies of #701348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701348

Black with #701348

Text Example


Text Example

White with #701348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701348; }

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

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

background-color css

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

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

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

border-color css

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

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

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