Html Css Color HEX #70193E Pompadour

📋 copy color: '#70193E'

red 112 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #70193E

Tints of Pompadour #70193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 62 (24.61% from 255) = 31.16%

R = 56.28%
G = 12.56%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70193E (or 0x70193E) is known color: Pompadour. HEX triplet: 70, 19 and 3E. RGB value is (112,25,62). Sum of RGB (Red+Green+Blue) = 112+25+62=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #70193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193E is #8FE6C1. Grayscale: #373737. Windows color (decimal): -9430722 or 4069744. OLE color: 4069744.

HSL color Cylindrical-coordinate representation of color #70193E: hue angle of 334.48º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70193E is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 62 -
CMYK 0 0.78 0.45 0.56
HSL 334.48º 0.64% 0.27% -
HSV(B) 334.48º 0.78% 0.44% -
XYZ 7.9 4.49 5.01 -
YUV 55.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 112 25 62 0 0.78 0.45 0.56 334.48 0.64 0.27
Hex 70 19 3E 0 4E 2D 38 14E 40 1B
Octal 160 31 76 0 116 55 70 516 100 33
Binary 1110000 11001 111110 0 1001110 101101 111000 101001110 1000000 11011

Color Harmonies of #70193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70193E

Black with #70193E

Text Example


Text Example

White with #70193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70193E; }

 p { color: rgb(112,25,62); }

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

background-color css

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

 a { background-color: rgb(112,25,62); }

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

border-color css

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

 span { border-color: rgb(112,25,62); }

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