Html Css Color HEX #70104B Pompadour

📋 copy color: '#70104B'

red 112 ◦ green 16 ◦ blue 75

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

Shades of Pompadour #70104B

Tints of Pompadour #70104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.95%

R = 55.17%
G = 7.88%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70104B (or 0x70104B) is known color: Pompadour. HEX triplet: 70, 10 and 4B. RGB value is (112,16,75). Sum of RGB (Red+Green+Blue) = 112+16+75=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #70104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70104B is #8FEFB4. Grayscale: #333333. Windows color (decimal): -9433013 or 4919408. OLE color: 4919408.

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

Color convert

RGB 112 16 75 -
CMYK 0 0.86 0.33 0.56
HSL 323.13º 0.75% 0.25% -
HSV(B) 323.13º 0.86% 0.44% -
XYZ 8.14 4.32 7.06 -
YUV 51.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 112 16 75 0 0.86 0.33 0.56 323.13 0.75 0.25
Hex 70 10 4B 0 56 21 38 143 4B 19
Octal 160 20 113 0 126 41 70 503 113 31
Binary 1110000 10000 1001011 0 1010110 100001 111000 101000011 1001011 11001

Color Harmonies of #70104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70104B

Black with #70104B

Text Example


Text Example

White with #70104B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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