Html Css Color HEX #70224B Pompadour

📋 copy color: '#70224B'

red 112 ◦ green 34 ◦ blue 75

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

Shades of Pompadour #70224B

Tints of Pompadour #70224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 50.68%
G = 15.38%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70224B (or 0x70224B) is known color: Pompadour. HEX triplet: 70, 22 and 4B. RGB value is (112,34,75). Sum of RGB (Red+Green+Blue) = 112+34+75=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70224B is #8FDDB4. Grayscale: #3D3D3D. Windows color (decimal): -9428405 or 4924016. OLE color: 4924016.

HSL color Cylindrical-coordinate representation of color #70224B: hue angle of 328.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70224B is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 75 -
CMYK 0 0.70 0.33 0.56
HSL 328.46º 0.53% 0.29% -
HSV(B) 328.46º 0.7% 0.44% -
XYZ 8.52 5.1 7.19 -
YUV 62 135.34 163.67 -
System Red Green Blue C M Y K H S L
Decimal 112 34 75 0 0.70 0.33 0.56 328.46 0.53 0.29
Hex 70 22 4B 0 46 21 38 148 35 1D
Octal 160 42 113 0 106 41 70 510 65 35
Binary 1110000 100010 1001011 0 1000110 100001 111000 101001000 110101 11101

Color Harmonies of #70224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70224B

Black with #70224B

Text Example


Text Example

White with #70224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70224B; }

 p { color: rgb(112,34,75); }

 H1.HeaderClassName
 {
   color: #70224B;
 }
 .AnyTagClassName
 {
   color: #70224B;
 }
</style>

background-color css

<style>
 a { background-color: #70224B; }

 a { background-color: rgb(112,34,75); }

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

border-color css

<style>
 span { border-color: #70224B; }

 span { border-color: rgb(112,34,75); }

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