Html Css Color HEX #850D41 Pompadour

📋 copy color: '#850D41'

red 133 ◦ green 13 ◦ blue 65

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

Shades of Pompadour #850D41

Tints of Pompadour #850D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 63.03%
G = 6.16%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#850D41 (or 0x850D41) is known color: Pompadour. HEX triplet: 85, 0D and 41. RGB value is (133,13,65). Sum of RGB (Red+Green+Blue) = 133+13+65=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #850D41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D41 is #7AF2BE. Grayscale: #363636. Windows color (decimal): -8057535 or 4263301. OLE color: 4263301.

HSL color Cylindrical-coordinate representation of color #850D41: hue angle of 334º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D41 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 65 -
CMYK 0 0.90 0.51 0.48
HSL 334º 0.82% 0.29% -
HSV(B) 334º 0.9% 0.52% -
XYZ 10.77 5.66 5.53 -
YUV 54.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 133 13 65 0 0.90 0.51 0.48 334 0.82 0.29
Hex 85 D 41 0 5A 33 30 14E 52 1D
Octal 205 15 101 0 132 63 60 516 122 35
Binary 10000101 1101 1000001 0 1011010 110011 110000 101001110 1010010 11101

Color Harmonies of #850D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D41

Black with #850D41

Text Example


Text Example

White with #850D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D41; }

 p { color: rgb(133,13,65); }

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

background-color css

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

 a { background-color: rgb(133,13,65); }

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

border-color css

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

 span { border-color: rgb(133,13,65); }

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