Html Css Color HEX #850C4E Pompadour

📋 copy color: '#850C4E'

red 133 ◦ green 12 ◦ blue 78

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

Shades of Pompadour #850C4E

Tints of Pompadour #850C4E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 78 (30.86% from 255) = 34.98%

R = 59.64%
G = 5.38%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#850C4E (or 0x850C4E) is known color: Pompadour. HEX triplet: 85, 0C and 4E. RGB value is (133,12,78). Sum of RGB (Red+Green+Blue) = 133+12+78=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #850C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C4E is #7AF3B1. Grayscale: #373737. Windows color (decimal): -8057778 or 5115013. OLE color: 5115013.

HSL color Cylindrical-coordinate representation of color #850C4E: hue angle of 327.27º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C4E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 12 78 -
CMYK 0 0.91 0.41 0.48
HSL 327.27º 0.83% 0.28% -
HSV(B) 327.27º 0.91% 0.52% -
XYZ 11.18 5.8 7.74 -
YUV 55.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 133 12 78 0 0.91 0.41 0.48 327.27 0.83 0.28
Hex 85 C 4E 0 5B 29 30 147 53 1C
Octal 205 14 116 0 133 51 60 507 123 34
Binary 10000101 1100 1001110 0 1011011 101001 110000 101000111 1010011 11100

Color Harmonies of #850C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850C4E

Black with #850C4E

Text Example


Text Example

White with #850C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,12,78); }

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

background-color css

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

 a { background-color: rgb(133,12,78); }

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

border-color css

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

 span { border-color: rgb(133,12,78); }

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