Html Css Color HEX #70113C Pompadour

📋 copy color: '#70113C'

red 112 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #70113C

Tints of Pompadour #70113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 59.26%
G = 8.99%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70113C (or 0x70113C) is known color: Pompadour. HEX triplet: 70, 11 and 3C. RGB value is (112,17,60). Sum of RGB (Red+Green+Blue) = 112+17+60=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70113C is #8FEEC3. Grayscale: #323232. Windows color (decimal): -9432772 or 3936624. OLE color: 3936624.

HSL color Cylindrical-coordinate representation of color #70113C: hue angle of 332.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70113C is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 60 -
CMYK 0 0.85 0.46 0.56
HSL 332.84º 0.74% 0.25% -
HSV(B) 332.84º 0.85% 0.44% -
XYZ 7.7 4.17 4.67 -
YUV 50.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 112 17 60 0 0.85 0.46 0.56 332.84 0.74 0.25
Hex 70 11 3C 0 55 2E 38 14D 4A 19
Octal 160 21 74 0 125 56 70 515 112 31
Binary 1110000 10001 111100 0 1010101 101110 111000 101001101 1001010 11001

Color Harmonies of #70113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70113C

Black with #70113C

Text Example


Text Example

White with #70113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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