Html Css Color HEX #850D3E Pompadour

📋 copy color: '#850D3E'

red 133 ◦ green 13 ◦ blue 62

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

Shades of Pompadour #850D3E

Tints of Pompadour #850D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 63.94%
G = 6.25%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#850D3E (or 0x850D3E) is known color: Pompadour. HEX triplet: 85, 0D and 3E. RGB value is (133,13,62). Sum of RGB (Red+Green+Blue) = 133+13+62=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #850D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850D3E is #7AF2C1. Grayscale: #363636. Windows color (decimal): -8057538 or 4066693. OLE color: 4066693.

HSL color Cylindrical-coordinate representation of color #850D3E: hue angle of 335.5º 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 #850D3E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 62 -
CMYK 0 0.90 0.53 0.48
HSL 335.5º 0.82% 0.29% -
HSV(B) 335.5º 0.9% 0.52% -
XYZ 10.69 5.62 5.08 -
YUV 54.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 133 13 62 0 0.90 0.53 0.48 335.5 0.82 0.29
Hex 85 D 3E 0 5A 35 30 150 52 1D
Octal 205 15 76 0 132 65 60 520 122 35
Binary 10000101 1101 111110 0 1011010 110101 110000 101010000 1010010 11101

Color Harmonies of #850D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D3E

Black with #850D3E

Text Example


Text Example

White with #850D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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