Html Css Color HEX #851145 Pompadour

📋 copy color: '#851145'

red 133 ◦ green 17 ◦ blue 69

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

Shades of Pompadour #851145

Tints of Pompadour #851145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 60.73%
G = 7.76%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#851145 (or 0x851145) is known color: Pompadour. HEX triplet: 85, 11 and 45. RGB value is (133,17,69). Sum of RGB (Red+Green+Blue) = 133+17+69=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #851145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851145 is #7AEEBA. Grayscale: #393939. Windows color (decimal): -8056507 or 4526469. OLE color: 4526469.

HSL color Cylindrical-coordinate representation of color #851145: hue angle of 333.1º 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 #851145 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 69 -
CMYK 0 0.87 0.48 0.48
HSL 333.1º 0.77% 0.29% -
HSV(B) 333.1º 0.87% 0.52% -
XYZ 10.95 5.82 6.18 -
YUV 57.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 133 17 69 0 0.87 0.48 0.48 333.1 0.77 0.29
Hex 85 11 45 0 57 30 30 14D 4D 1D
Octal 205 21 105 0 127 60 60 515 115 35
Binary 10000101 10001 1000101 0 1010111 110000 110000 101001101 1001101 11101

Color Harmonies of #851145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851145

Black with #851145

Text Example


Text Example

White with #851145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851145; }

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

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

background-color css

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

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

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

border-color css

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

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

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