Html Css Color HEX #70254D Pompadour

📋 copy color: '#70254D'

red 112 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #70254D

Tints of Pompadour #70254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 49.56%
G = 16.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70254D (or 0x70254D) is known color: Pompadour. HEX triplet: 70, 25 and 4D. RGB value is (112,37,77). Sum of RGB (Red+Green+Blue) = 112+37+77=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70254D is #8FDAB2. Grayscale: #3F3F3F. Windows color (decimal): -9427635 or 5055856. OLE color: 5055856.

HSL color Cylindrical-coordinate representation of color #70254D: hue angle of 328º 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 #70254D is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 37 77 -
CMYK 0 0.67 0.31 0.56
HSL 328º 0.5% 0.29% -
HSV(B) 328º 0.67% 0.44% -
XYZ 8.68 5.3 7.59 -
YUV 63.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 112 37 77 0 0.67 0.31 0.56 328 0.5 0.29
Hex 70 25 4D 0 43 1F 38 148 32 1D
Octal 160 45 115 0 103 37 70 510 62 35
Binary 1110000 100101 1001101 0 1000011 11111 111000 101001000 110010 11101

Color Harmonies of #70254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70254D

Black with #70254D

Text Example


Text Example

White with #70254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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