Html Css Color HEX #70163F Pompadour

📋 copy color: '#70163F'

red 112 ◦ green 22 ◦ blue 63

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

Shades of Pompadour #70163F

Tints of Pompadour #70163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 63 (25% from 255) = 31.98%

R = 56.85%
G = 11.17%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70163F (or 0x70163F) is known color: Pompadour. HEX triplet: 70, 16 and 3F. RGB value is (112,22,63). Sum of RGB (Red+Green+Blue) = 112+22+63=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70163F is #8FE9C0. Grayscale: #353535. Windows color (decimal): -9431489 or 4134512. OLE color: 4134512.

HSL color Cylindrical-coordinate representation of color #70163F: hue angle of 332.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70163F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 63 -
CMYK 0 0.80 0.44 0.56
HSL 332.67º 0.67% 0.26% -
HSV(B) 332.67º 0.8% 0.44% -
XYZ 7.87 4.38 5.13 -
YUV 53.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 112 22 63 0 0.80 0.44 0.56 332.67 0.67 0.26
Hex 70 16 3F 0 50 2C 38 14D 43 1A
Octal 160 26 77 0 120 54 70 515 103 32
Binary 1110000 10110 111111 0 1010000 101100 111000 101001101 1000011 11010

Color Harmonies of #70163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70163F

Black with #70163F

Text Example


Text Example

White with #70163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70163F; }

 p { color: rgb(112,22,63); }

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

background-color css

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

 a { background-color: rgb(112,22,63); }

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

border-color css

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

 span { border-color: rgb(112,22,63); }

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