Html Css Color HEX #851045 Pompadour

📋 copy color: '#851045'

red 133 ◦ green 16 ◦ blue 69

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

Shades of Pompadour #851045

Tints of Pompadour #851045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 61.01%
G = 7.34%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#851045 (or 0x851045) is known color: Pompadour. HEX triplet: 85, 10 and 45. RGB value is (133,16,69). Sum of RGB (Red+Green+Blue) = 133+16+69=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #851045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851045 is #7AEFBA. Grayscale: #383838. Windows color (decimal): -8056763 or 4526213. OLE color: 4526213.

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

Color convert

RGB 133 16 69 -
CMYK 0 0.88 0.48 0.48
HSL 332.82º 0.79% 0.29% -
HSV(B) 332.82º 0.88% 0.52% -
XYZ 10.93 5.79 6.17 -
YUV 57.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 133 16 69 0 0.88 0.48 0.48 332.82 0.79 0.29
Hex 85 10 45 0 58 30 30 14D 4F 1D
Octal 205 20 105 0 130 60 60 515 117 35
Binary 10000101 10000 1000101 0 1011000 110000 110000 101001101 1001111 11101

Color Harmonies of #851045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851045

Black with #851045

Text Example


Text Example

White with #851045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851045; }

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

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

background-color css

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

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

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

border-color css

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

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

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