Html Css Color HEX #70133F Pompadour

📋 copy color: '#70133F'

red 112 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #70133F

Tints of Pompadour #70133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.47%

R = 57.73%
G = 9.79%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70133F (or 0x70133F) is known color: Pompadour. HEX triplet: 70, 13 and 3F. RGB value is (112,19,63). Sum of RGB (Red+Green+Blue) = 112+19+63=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70133F is #8FECC0. Grayscale: #333333. Windows color (decimal): -9432257 or 4133744. OLE color: 4133744.

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

Color convert

RGB 112 19 63 -
CMYK 0 0.83 0.44 0.56
HSL 331.61º 0.71% 0.26% -
HSV(B) 331.61º 0.83% 0.44% -
XYZ 7.81 4.27 5.11 -
YUV 51.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 112 19 63 0 0.83 0.44 0.56 331.61 0.71 0.26
Hex 70 13 3F 0 53 2C 38 14C 47 1A
Octal 160 23 77 0 123 54 70 514 107 32
Binary 1110000 10011 111111 0 1010011 101100 111000 101001100 1000111 11010

Color Harmonies of #70133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70133F

Black with #70133F

Text Example


Text Example

White with #70133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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