Html Css Color HEX #70254F Pompadour

📋 copy color: '#70254F'

red 112 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #70254F

Tints of Pompadour #70254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 49.12%
G = 16.23%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#70254F (or 0x70254F) is known color: Pompadour. HEX triplet: 70, 25 and 4F. RGB value is (112,37,79). Sum of RGB (Red+Green+Blue) = 112+37+79=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70254F is #8FDAB0. Grayscale: #404040. Windows color (decimal): -9427633 or 5186928. OLE color: 5186928.

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

Color convert

RGB 112 37 79 -
CMYK 0 0.67 0.29 0.56
HSL 326.4º 0.5% 0.29% -
HSV(B) 326.4º 0.67% 0.44% -
XYZ 8.75 5.33 7.96 -
YUV 64.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 112 37 79 0 0.67 0.29 0.56 326.4 0.5 0.29
Hex 70 25 4F 0 43 1D 38 146 32 1D
Octal 160 45 117 0 103 35 70 506 62 35
Binary 1110000 100101 1001111 0 1000011 11101 111000 101000110 110010 11101

Color Harmonies of #70254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70254F

Black with #70254F

Text Example


Text Example

White with #70254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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