Html Css Color HEX #701748 Pompadour

📋 copy color: '#701748'

red 112 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #701748

Tints of Pompadour #701748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

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

R = 54.11%
G = 11.11%
B = 34.78%

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

#701748 (or 0x701748) is known color: Pompadour. HEX triplet: 70, 17 and 48. RGB value is (112,23,72). Sum of RGB (Red+Green+Blue) = 112+23+72=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #701748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701748 is #8FE8B7. Grayscale: #373737. Windows color (decimal): -9431224 or 4724592. OLE color: 4724592.

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

Color convert

RGB 112 23 72 -
CMYK 0 0.79 0.36 0.56
HSL 326.97º 0.66% 0.26% -
HSV(B) 326.97º 0.79% 0.44% -
XYZ 8.16 4.53 6.57 -
YUV 55.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 112 23 72 0 0.79 0.36 0.56 326.97 0.66 0.26
Hex 70 17 48 0 4F 24 38 147 42 1A
Octal 160 27 110 0 117 44 70 507 102 32
Binary 1110000 10111 1001000 0 1001111 100100 111000 101000111 1000010 11010

Color Harmonies of #701748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701748

Black with #701748

Text Example


Text Example

White with #701748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701748; }

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

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

background-color css

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

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

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

border-color css

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

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

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