Html Css Color HEX #70213F Pompadour

📋 copy color: '#70213F'

red 112 ◦ green 33 ◦ blue 63

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

Shades of Pompadour #70213F

Tints of Pompadour #70213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 53.85%
G = 15.87%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70213F (or 0x70213F) is known color: Pompadour. HEX triplet: 70, 21 and 3F. RGB value is (112,33,63). Sum of RGB (Red+Green+Blue) = 112+33+63=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70213F is #8FDEC0. Grayscale: #3C3C3C. Windows color (decimal): -9428673 or 4137328. OLE color: 4137328.

HSL color Cylindrical-coordinate representation of color #70213F: hue angle of 337.22º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70213F is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 63 -
CMYK 0 0.71 0.44 0.56
HSL 337.22º 0.54% 0.28% -
HSV(B) 337.22º 0.71% 0.44% -
XYZ 8.12 4.89 5.22 -
YUV 60.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 112 33 63 0 0.71 0.44 0.56 337.22 0.54 0.28
Hex 70 21 3F 0 47 2C 38 151 36 1C
Octal 160 41 77 0 107 54 70 521 66 34
Binary 1110000 100001 111111 0 1000111 101100 111000 101010001 110110 11100

Color Harmonies of #70213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70213F

Black with #70213F

Text Example


Text Example

White with #70213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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