Html Css Color HEX #70133E Pompadour

📋 copy color: '#70133E'

red 112 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #70133E

Tints of Pompadour #70133E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.12%

R = 58.03%
G = 9.84%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70133E (or 0x70133E) is known color: Pompadour. HEX triplet: 70, 13 and 3E. RGB value is (112,19,62). Sum of RGB (Red+Green+Blue) = 112+19+62=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70133E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70133E is #8FECC1. Grayscale: #333333. Windows color (decimal): -9432258 or 4068208. OLE color: 4068208.

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

Color convert

RGB 112 19 62 -
CMYK 0 0.83 0.45 0.56
HSL 332.26º 0.71% 0.26% -
HSV(B) 332.26º 0.83% 0.44% -
XYZ 7.78 4.26 4.97 -
YUV 51.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 112 19 62 0 0.83 0.45 0.56 332.26 0.71 0.26
Hex 70 13 3E 0 53 2D 38 14C 47 1A
Octal 160 23 76 0 123 55 70 514 107 32
Binary 1110000 10011 111110 0 1010011 101101 111000 101001100 1000111 11010

Color Harmonies of #70133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70133E

Black with #70133E

Text Example


Text Example

White with #70133E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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