Html Css Color HEX #70103A Pompadour

📋 copy color: '#70103A'

red 112 ◦ green 16 ◦ blue 58

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

Shades of Pompadour #70103A

Tints of Pompadour #70103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 60.22%
G = 8.6%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70103A (or 0x70103A) is known color: Pompadour. HEX triplet: 70, 10 and 3A. RGB value is (112,16,58). Sum of RGB (Red+Green+Blue) = 112+16+58=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #70103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70103A is #8FEFC5. Grayscale: #313131. Windows color (decimal): -9433030 or 3805296. OLE color: 3805296.

HSL color Cylindrical-coordinate representation of color #70103A: hue angle of 333.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70103A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 58 -
CMYK 0 0.86 0.48 0.56
HSL 333.75º 0.75% 0.25% -
HSV(B) 333.75º 0.86% 0.44% -
XYZ 7.63 4.12 4.4 -
YUV 49.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 112 16 58 0 0.86 0.48 0.56 333.75 0.75 0.25
Hex 70 10 3A 0 56 30 38 14E 4B 19
Octal 160 20 72 0 126 60 70 516 113 31
Binary 1110000 10000 111010 0 1010110 110000 111000 101001110 1001011 11001

Color Harmonies of #70103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70103A

Black with #70103A

Text Example


Text Example

White with #70103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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