Html Css Color HEX #850D4D Pompadour

📋 copy color: '#850D4D'

red 133 ◦ green 13 ◦ blue 77

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

Shades of Pompadour #850D4D

Tints of Pompadour #850D4D

RGB

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

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

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

R = 59.64%
G = 5.83%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#850D4D (or 0x850D4D) is known color: Pompadour. HEX triplet: 85, 0D and 4D. RGB value is (133,13,77). Sum of RGB (Red+Green+Blue) = 133+13+77=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #850D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D4D is #7AF2B2. Grayscale: #383838. Windows color (decimal): -8057523 or 5049733. OLE color: 5049733.

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

Color convert

RGB 133 13 77 -
CMYK 0 0.90 0.42 0.48
HSL 328º 0.82% 0.29% -
HSV(B) 328º 0.9% 0.52% -
XYZ 11.16 5.81 7.55 -
YUV 56.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 133 13 77 0 0.90 0.42 0.48 328 0.82 0.29
Hex 85 D 4D 0 5A 2A 30 148 52 1D
Octal 205 15 115 0 132 52 60 510 122 35
Binary 10000101 1101 1001101 0 1011010 101010 110000 101001000 1010010 11101

Color Harmonies of #850D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D4D

Black with #850D4D

Text Example


Text Example

White with #850D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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