Html Css Color HEX #851141 Pompadour

📋 copy color: '#851141'

red 133 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #851141

Tints of Pompadour #851141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 61.86%
G = 7.91%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#851141 (or 0x851141) is known color: Pompadour. HEX triplet: 85, 11 and 41. RGB value is (133,17,65). Sum of RGB (Red+Green+Blue) = 133+17+65=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #851141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851141 is #7AEEBE. Grayscale: #393939. Windows color (decimal): -8056511 or 4264325. OLE color: 4264325.

HSL color Cylindrical-coordinate representation of color #851141: hue angle of 335.17º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851141 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 65 -
CMYK 0 0.87 0.51 0.48
HSL 335.17º 0.77% 0.29% -
HSV(B) 335.17º 0.87% 0.52% -
XYZ 10.83 5.77 5.54 -
YUV 57.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 133 17 65 0 0.87 0.51 0.48 335.17 0.77 0.29
Hex 85 11 41 0 57 33 30 14F 4D 1D
Octal 205 21 101 0 127 63 60 517 115 35
Binary 10000101 10001 1000001 0 1010111 110011 110000 101001111 1001101 11101

Color Harmonies of #851141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851141

Black with #851141

Text Example


Text Example

White with #851141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851141; }

 p { color: rgb(133,17,65); }

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

background-color css

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

 a { background-color: rgb(133,17,65); }

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

border-color css

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

 span { border-color: rgb(133,17,65); }

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