Html Css Color HEX #70103B Pompadour

📋 copy color: '#70103B'

red 112 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #70103B

Tints of Pompadour #70103B

RGB

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

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

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

R = 59.89%
G = 8.56%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70103B (or 0x70103B) is known color: Pompadour. HEX triplet: 70, 10 and 3B. RGB value is (112,16,59). Sum of RGB (Red+Green+Blue) = 112+16+59=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70103B is #8FEFC4. Grayscale: #313131. Windows color (decimal): -9433029 or 3870832. OLE color: 3870832.

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

Color convert

RGB 112 16 59 -
CMYK 0 0.86 0.47 0.56
HSL 333.13º 0.75% 0.25% -
HSV(B) 333.13º 0.86% 0.44% -
XYZ 7.66 4.13 4.53 -
YUV 49.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 112 16 59 0 0.86 0.47 0.56 333.13 0.75 0.25
Hex 70 10 3B 0 56 2F 38 14D 4B 19
Octal 160 20 73 0 126 57 70 515 113 31
Binary 1110000 10000 111011 0 1010110 101111 111000 101001101 1001011 11001

Color Harmonies of #70103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70103B

Black with #70103B

Text Example


Text Example

White with #70103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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