Html Css Color HEX #70113B Pompadour

📋 copy color: '#70113B'

red 112 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #70113B

Tints of Pompadour #70113B

RGB

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

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

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

R = 59.57%
G = 9.04%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70113B (or 0x70113B) is known color: Pompadour. HEX triplet: 70, 11 and 3B. RGB value is (112,17,59). Sum of RGB (Red+Green+Blue) = 112+17+59=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #70113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70113B is #8FEEC4. Grayscale: #323232. Windows color (decimal): -9432773 or 3871088. OLE color: 3871088.

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

Color convert

RGB 112 17 59 -
CMYK 0 0.85 0.47 0.56
HSL 333.47º 0.74% 0.25% -
HSV(B) 333.47º 0.85% 0.44% -
XYZ 7.67 4.16 4.54 -
YUV 50.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 112 17 59 0 0.85 0.47 0.56 333.47 0.74 0.25
Hex 70 11 3B 0 55 2F 38 14D 4A 19
Octal 160 21 73 0 125 57 70 515 112 31
Binary 1110000 10001 111011 0 1010101 101111 111000 101001101 1001010 11001

Color Harmonies of #70113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70113B

Black with #70113B

Text Example


Text Example

White with #70113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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