Html Css Color HEX #70193A Pompadour

📋 copy color: '#70193A'

red 112 ◦ green 25 ◦ blue 58

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

Shades of Pompadour #70193A

Tints of Pompadour #70193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 57.44%
G = 12.82%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70193A (or 0x70193A) is known color: Pompadour. HEX triplet: 70, 19 and 3A. RGB value is (112,25,58). Sum of RGB (Red+Green+Blue) = 112+25+58=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193A is #8FE6C5. Grayscale: #363636. Windows color (decimal): -9430726 or 3807600. OLE color: 3807600.

HSL color Cylindrical-coordinate representation of color #70193A: hue angle of 337.24º 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 #70193A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 58 -
CMYK 0 0.78 0.48 0.56
HSL 337.24º 0.64% 0.27% -
HSV(B) 337.24º 0.78% 0.44% -
XYZ 7.79 4.45 4.45 -
YUV 54.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 112 25 58 0 0.78 0.48 0.56 337.24 0.64 0.27
Hex 70 19 3A 0 4E 30 38 151 40 1B
Octal 160 31 72 0 116 60 70 521 100 33
Binary 1110000 11001 111010 0 1001110 110000 111000 101010001 1000000 11011

Color Harmonies of #70193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70193A

Black with #70193A

Text Example


Text Example

White with #70193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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