Html Css Color HEX #70274D Pompadour

📋 copy color: '#70274D'

red 112 ◦ green 39 ◦ blue 77

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

Shades of Pompadour #70274D

Tints of Pompadour #70274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 49.12%
G = 17.11%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#70274D (or 0x70274D) is known color: Pompadour. HEX triplet: 70, 27 and 4D. RGB value is (112,39,77). Sum of RGB (Red+Green+Blue) = 112+39+77=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70274D is #8FD8B2. Grayscale: #414141. Windows color (decimal): -9427123 or 5056368. OLE color: 5056368.

HSL color Cylindrical-coordinate representation of color #70274D: hue angle of 328.77º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70274D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 77 -
CMYK 0 0.65 0.31 0.56
HSL 328.77º 0.48% 0.3% -
HSV(B) 328.77º 0.65% 0.44% -
XYZ 8.75 5.43 7.61 -
YUV 65.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 112 39 77 0 0.65 0.31 0.56 328.77 0.48 0.3
Hex 70 27 4D 0 41 1F 38 149 30 1E
Octal 160 47 115 0 101 37 70 511 60 36
Binary 1110000 100111 1001101 0 1000001 11111 111000 101001001 110000 11110

Color Harmonies of #70274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70274D

Black with #70274D

Text Example


Text Example

White with #70274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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