Html Css Color HEX #70193C Pompadour

📋 copy color: '#70193C'

red 112 ◦ green 25 ◦ blue 60

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

Shades of Pompadour #70193C

Tints of Pompadour #70193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 56.85%
G = 12.69%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70193C (or 0x70193C) is known color: Pompadour. HEX triplet: 70, 19 and 3C. RGB value is (112,25,60). Sum of RGB (Red+Green+Blue) = 112+25+60=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70193C is #8FE6C3. Grayscale: #363636. Windows color (decimal): -9430724 or 3938672. OLE color: 3938672.

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

Color convert

RGB 112 25 60 -
CMYK 0 0.78 0.46 0.56
HSL 335.86º 0.64% 0.27% -
HSV(B) 335.86º 0.78% 0.44% -
XYZ 7.85 4.47 4.72 -
YUV 55 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 112 25 60 0 0.78 0.46 0.56 335.86 0.64 0.27
Hex 70 19 3C 0 4E 2E 38 150 40 1B
Octal 160 31 74 0 116 56 70 520 100 33
Binary 1110000 11001 111100 0 1001110 101110 111000 101010000 1000000 11011

Color Harmonies of #70193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70193C

Black with #70193C

Text Example


Text Example

White with #70193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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