Html Css Color HEX #70133A Pompadour

📋 copy color: '#70133A'

red 112 ◦ green 19 ◦ blue 58

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

Shades of Pompadour #70133A

Tints of Pompadour #70133A

RGB

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

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

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

R = 59.26%
G = 10.05%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#70133A (or 0x70133A) is known color: Pompadour. HEX triplet: 70, 13 and 3A. RGB value is (112,19,58). Sum of RGB (Red+Green+Blue) = 112+19+58=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70133A is #8FECC5. Grayscale: #333333. Windows color (decimal): -9432262 or 3806064. OLE color: 3806064.

HSL color Cylindrical-coordinate representation of color #70133A: hue angle of 334.84º 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 #70133A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 58 -
CMYK 0 0.83 0.48 0.56
HSL 334.84º 0.71% 0.26% -
HSV(B) 334.84º 0.83% 0.44% -
XYZ 7.68 4.22 4.41 -
YUV 51.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 112 19 58 0 0.83 0.48 0.56 334.84 0.71 0.26
Hex 70 13 3A 0 53 30 38 14F 47 1A
Octal 160 23 72 0 123 60 70 517 107 32
Binary 1110000 10011 111010 0 1010011 110000 111000 101001111 1000111 11010

Color Harmonies of #70133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70133A

Black with #70133A

Text Example


Text Example

White with #70133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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