Html Css Color HEX #70214F Pompadour

📋 copy color: '#70214F'

red 112 ◦ green 33 ◦ blue 79

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

Shades of Pompadour #70214F

Tints of Pompadour #70214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 50%
G = 14.73%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70214F (or 0x70214F) is known color: Pompadour. HEX triplet: 70, 21 and 4F. RGB value is (112,33,79). Sum of RGB (Red+Green+Blue) = 112+33+79=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70214F is #8FDEB0. Grayscale: #3D3D3D. Windows color (decimal): -9428657 or 5185904. OLE color: 5185904.

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

Color convert

RGB 112 33 79 -
CMYK 0 0.71 0.29 0.56
HSL 325.06º 0.54% 0.28% -
HSV(B) 325.06º 0.71% 0.44% -
XYZ 8.64 5.1 7.93 -
YUV 61.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 112 33 79 0 0.71 0.29 0.56 325.06 0.54 0.28
Hex 70 21 4F 0 47 1D 38 145 36 1C
Octal 160 41 117 0 107 35 70 505 66 34
Binary 1110000 100001 1001111 0 1000111 11101 111000 101000101 110110 11100

Color Harmonies of #70214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70214F

Black with #70214F

Text Example


Text Example

White with #70214F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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