Html Css Color HEX #840D46 Pompadour

📋 copy color: '#840D46'

red 132 ◦ green 13 ◦ blue 70

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

Shades of Pompadour #840D46

Tints of Pompadour #840D46

RGB

 RED value IS 132 (51.95% from 255) = 61.4%

 GREEN value IS 13 (5.47% from 255) = 6.05%

 BLUE value IS 70 (27.73% from 255) = 32.56%

R = 61.4%
G = 6.05%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#840D46 (or 0x840D46) is known color: Pompadour. HEX triplet: 84, 0D and 46. RGB value is (132,13,70). Sum of RGB (Red+Green+Blue) = 132+13+70=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #840D46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D46 is #7BF2B9. Grayscale: #363636. Windows color (decimal): -8123066 or 4590980. OLE color: 4590980.

HSL color Cylindrical-coordinate representation of color #840D46: hue angle of 331.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D46 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 13 70 -
CMYK 0 0.90 0.47 0.48
HSL 331.26º 0.82% 0.28% -
HSV(B) 331.26º 0.9% 0.52% -
XYZ 10.77 5.64 6.31 -
YUV 55.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 132 13 70 0 0.90 0.47 0.48 331.26 0.82 0.28
Hex 84 D 46 0 5A 2F 30 14B 52 1C
Octal 204 15 106 0 132 57 60 513 122 34
Binary 10000100 1101 1000110 0 1011010 101111 110000 101001011 1010010 11100

Color Harmonies of #840D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840D46

Black with #840D46

Text Example


Text Example

White with #840D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840D46; }

 p { color: rgb(132,13,70); }

 H1.HeaderClassName
 {
   color: #840D46;
 }
 .AnyTagClassName
 {
   color: #840D46;
 }
</style>

background-color css

<style>
 a { background-color: #840D46; }

 a { background-color: rgb(132,13,70); }

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

border-color css

<style>
 span { border-color: #840D46; }

 span { border-color: rgb(132,13,70); }

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