Html Css Color HEX #950839 Burgundy

📋 copy color: '#950839'

red 149 ◦ green 8 ◦ blue 57

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

Shades of Burgundy #950839

Tints of Burgundy #950839

RGB

 RED value IS 149 (58.59% from 255) = 69.63%

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 69.63%
G = 3.74%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#950839 (or 0x950839) is known color: Burgundy. HEX triplet: 95, 08 and 39. RGB value is (149,8,57). Sum of RGB (Red+Green+Blue) = 149+8+57=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #950839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950839 is #6AF7C6. Grayscale: #373737. Windows color (decimal): -7010247 or 3737749. OLE color: 3737749.

HSL color Cylindrical-coordinate representation of color #950839: hue angle of 339.15º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950839 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 57 -
CMYK 0 0.95 0.62 0.42
HSL 339.15º 0.9% 0.31% -
HSV(B) 339.15º 0.95% 0.58% -
XYZ 13.22 6.86 4.5 -
YUV 55.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 149 8 57 0 0.95 0.62 0.42 339.15 0.9 0.31
Hex 95 8 39 0 5F 3E 2A 153 5A 1F
Octal 225 10 71 0 137 76 52 523 132 37
Binary 10010101 1000 111001 0 1011111 111110 101010 101010011 1011010 11111

Color Harmonies of #950839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950839

Black with #950839

Text Example


Text Example

White with #950839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950839; }

 p { color: rgb(149,8,57); }

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

background-color css

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

 a { background-color: rgb(149,8,57); }

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

border-color css

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

 span { border-color: rgb(149,8,57); }

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