Html Css Color HEX #70193B Pompadour

📋 copy color: '#70193B'

red 112 ◦ green 25 ◦ blue 59

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

Shades of Pompadour #70193B

Tints of Pompadour #70193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.1%

R = 57.14%
G = 12.76%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70193B (or 0x70193B) is known color: Pompadour. HEX triplet: 70, 19 and 3B. RGB value is (112,25,59). Sum of RGB (Red+Green+Blue) = 112+25+59=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193B is #8FE6C4. Grayscale: #363636. Windows color (decimal): -9430725 or 3873136. OLE color: 3873136.

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

Color convert

RGB 112 25 59 -
CMYK 0 0.78 0.47 0.56
HSL 336.55º 0.64% 0.27% -
HSV(B) 336.55º 0.78% 0.44% -
XYZ 7.82 4.46 4.59 -
YUV 54.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 112 25 59 0 0.78 0.47 0.56 336.55 0.64 0.27
Hex 70 19 3B 0 4E 2F 38 151 40 1B
Octal 160 31 73 0 116 57 70 521 100 33
Binary 1110000 11001 111011 0 1001110 101111 111000 101010001 1000000 11011

Color Harmonies of #70193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70193B

Black with #70193B

Text Example


Text Example

White with #70193B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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