Html Css Color HEX #70133B Pompadour

📋 copy color: '#70133B'

red 112 ◦ green 19 ◦ blue 59

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

Shades of Pompadour #70133B

Tints of Pompadour #70133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

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

R = 58.95%
G = 10%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70133B (or 0x70133B) is known color: Pompadour. HEX triplet: 70, 13 and 3B. RGB value is (112,19,59). Sum of RGB (Red+Green+Blue) = 112+19+59=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70133B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70133B is #8FECC4. Grayscale: #333333. Windows color (decimal): -9432261 or 3871600. OLE color: 3871600.

HSL color Cylindrical-coordinate representation of color #70133B: hue angle of 334.19º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70133B is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 59 -
CMYK 0 0.83 0.47 0.56
HSL 334.19º 0.71% 0.26% -
HSV(B) 334.19º 0.83% 0.44% -
XYZ 7.7 4.23 4.55 -
YUV 51.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 112 19 59 0 0.83 0.47 0.56 334.19 0.71 0.26
Hex 70 13 3B 0 53 2F 38 14E 47 1A
Octal 160 23 73 0 123 57 70 516 107 32
Binary 1110000 10011 111011 0 1010011 101111 111000 101001110 1000111 11010

Color Harmonies of #70133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70133B

Black with #70133B

Text Example


Text Example

White with #70133B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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