Html Css Color HEX #851042 Pompadour

📋 copy color: '#851042'

red 133 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #851042

Tints of Pompadour #851042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 61.86%
G = 7.44%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#851042 (or 0x851042) is known color: Pompadour. HEX triplet: 85, 10 and 42. RGB value is (133,16,66). Sum of RGB (Red+Green+Blue) = 133+16+66=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #851042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851042 is #7AEFBD. Grayscale: #383838. Windows color (decimal): -8056766 or 4329605. OLE color: 4329605.

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

Color convert

RGB 133 16 66 -
CMYK 0 0.88 0.50 0.48
HSL 334.36º 0.79% 0.29% -
HSV(B) 334.36º 0.88% 0.52% -
XYZ 10.84 5.75 5.69 -
YUV 56.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 133 16 66 0 0.88 0.50 0.48 334.36 0.79 0.29
Hex 85 10 42 0 58 32 30 14E 4F 1D
Octal 205 20 102 0 130 62 60 516 117 35
Binary 10000101 10000 1000010 0 1011000 110010 110000 101001110 1001111 11101

Color Harmonies of #851042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851042

Black with #851042

Text Example


Text Example

White with #851042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851042; }

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

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

background-color css

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

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

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

border-color css

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

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

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