Html Css Color HEX #850E4D Pompadour

📋 copy color: '#850E4D'

red 133 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #850E4D

Tints of Pompadour #850E4D

RGB

 RED value IS 133 (52.34% from 255) = 59.38%

 GREEN value IS 14 (5.86% from 255) = 6.25%

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

R = 59.38%
G = 6.25%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#850E4D (or 0x850E4D) is known color: Pompadour. HEX triplet: 85, 0E and 4D. RGB value is (133,14,77). Sum of RGB (Red+Green+Blue) = 133+14+77=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #850E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E4D is #7AF1B2. Grayscale: #383838. Windows color (decimal): -8057267 or 5049989. OLE color: 5049989.

HSL color Cylindrical-coordinate representation of color #850E4D: hue angle of 328.24º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E4D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 77 -
CMYK 0 0.89 0.42 0.48
HSL 328.24º 0.81% 0.29% -
HSV(B) 328.24º 0.89% 0.52% -
XYZ 11.17 5.84 7.56 -
YUV 56.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 133 14 77 0 0.89 0.42 0.48 328.24 0.81 0.29
Hex 85 E 4D 0 59 2A 30 148 51 1D
Octal 205 16 115 0 131 52 60 510 121 35
Binary 10000101 1110 1001101 0 1011001 101010 110000 101001000 1010001 11101

Color Harmonies of #850E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E4D

Black with #850E4D

Text Example


Text Example

White with #850E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E4D; }

 p { color: rgb(133,14,77); }

 H1.HeaderClassName
 {
   color: #850E4D;
 }
 .AnyTagClassName
 {
   color: #850E4D;
 }
</style>

background-color css

<style>
 a { background-color: #850E4D; }

 a { background-color: rgb(133,14,77); }

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

border-color css

<style>
 span { border-color: #850E4D; }

 span { border-color: rgb(133,14,77); }

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