Html Css Color HEX #851048 Pompadour

📋 copy color: '#851048'

red 133 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #851048

Tints of Pompadour #851048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.58%

R = 60.18%
G = 7.24%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#851048 (or 0x851048) is known color: Pompadour. HEX triplet: 85, 10 and 48. RGB value is (133,16,72). Sum of RGB (Red+Green+Blue) = 133+16+72=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851048 is #7AEFB7. Grayscale: #393939. Windows color (decimal): -8056760 or 4722821. OLE color: 4722821.

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

Color convert

RGB 133 16 72 -
CMYK 0 0.88 0.46 0.48
HSL 331.28º 0.79% 0.29% -
HSV(B) 331.28º 0.88% 0.52% -
XYZ 11.03 5.83 6.67 -
YUV 57.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 133 16 72 0 0.88 0.46 0.48 331.28 0.79 0.29
Hex 85 10 48 0 58 2E 30 14B 4F 1D
Octal 205 20 110 0 130 56 60 513 117 35
Binary 10000101 10000 1001000 0 1011000 101110 110000 101001011 1001111 11101

Color Harmonies of #851048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851048

Black with #851048

Text Example


Text Example

White with #851048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851048; }

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

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

background-color css

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

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

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

border-color css

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

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

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