Html Css Color HEX #851043 Pompadour

📋 copy color: '#851043'

red 133 ◦ green 16 ◦ blue 67

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

Shades of Pompadour #851043

Tints of Pompadour #851043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.02%

R = 61.57%
G = 7.41%
B = 31.02%

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

#851043 (or 0x851043) is known color: Pompadour. HEX triplet: 85, 10 and 43. RGB value is (133,16,67). Sum of RGB (Red+Green+Blue) = 133+16+67=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #851043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851043 is #7AEFBC. Grayscale: #383838. Windows color (decimal): -8056765 or 4395141. OLE color: 4395141.

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

Color convert

RGB 133 16 67 -
CMYK 0 0.88 0.50 0.48
HSL 333.85º 0.79% 0.29% -
HSV(B) 333.85º 0.88% 0.52% -
XYZ 10.87 5.76 5.85 -
YUV 56.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 133 16 67 0 0.88 0.50 0.48 333.85 0.79 0.29
Hex 85 10 43 0 58 32 30 14E 4F 1D
Octal 205 20 103 0 130 62 60 516 117 35
Binary 10000101 10000 1000011 0 1011000 110010 110000 101001110 1001111 11101

Color Harmonies of #851043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851043

Black with #851043

Text Example


Text Example

White with #851043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851043; }

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

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

background-color css

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

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

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

border-color css

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

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

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