Html Css Color HEX #701848 Pompadour

📋 copy color: '#701848'

red 112 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #701848

Tints of Pompadour #701848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 53.85%
G = 11.54%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#701848 (or 0x701848) is known color: Pompadour. HEX triplet: 70, 18 and 48. RGB value is (112,24,72). Sum of RGB (Red+Green+Blue) = 112+24+72=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #701848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701848 is #8FE7B7. Grayscale: #373737. Windows color (decimal): -9430968 or 4724848. OLE color: 4724848.

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

Color convert

RGB 112 24 72 -
CMYK 0 0.79 0.36 0.56
HSL 327.27º 0.65% 0.27% -
HSV(B) 327.27º 0.79% 0.44% -
XYZ 8.18 4.57 6.58 -
YUV 55.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 112 24 72 0 0.79 0.36 0.56 327.27 0.65 0.27
Hex 70 18 48 0 4F 24 38 147 41 1B
Octal 160 30 110 0 117 44 70 507 101 33
Binary 1110000 11000 1001000 0 1001111 100100 111000 101000111 1000001 11011

Color Harmonies of #701848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701848

Black with #701848

Text Example


Text Example

White with #701848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701848; }

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

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

background-color css

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

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

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

border-color css

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

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

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