Html Css Color HEX #950937 Burgundy

📋 copy color: '#950937'

red 149 ◦ green 9 ◦ blue 55

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

Shades of Burgundy #950937

Tints of Burgundy #950937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 69.95%
G = 4.23%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950937 (or 0x950937) is known color: Burgundy. HEX triplet: 95, 09 and 37. RGB value is (149,9,55). Sum of RGB (Red+Green+Blue) = 149+9+55=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #950937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950937 is #6AF6C8. Grayscale: #383838. Windows color (decimal): -7009993 or 3606933. OLE color: 3606933.

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

Color convert

RGB 149 9 55 -
CMYK 0 0.94 0.63 0.42
HSL 340.29º 0.89% 0.31% -
HSV(B) 340.29º 0.94% 0.58% -
XYZ 13.18 6.86 4.24 -
YUV 56.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 149 9 55 0 0.94 0.63 0.42 340.29 0.89 0.31
Hex 95 9 37 0 5E 3F 2A 154 59 1F
Octal 225 11 67 0 136 77 52 524 131 37
Binary 10010101 1001 110111 0 1011110 111111 101010 101010100 1011001 11111

Color Harmonies of #950937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950937

Black with #950937

Text Example


Text Example

White with #950937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950937; }

 p { color: rgb(149,9,55); }

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

background-color css

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

 a { background-color: rgb(149,9,55); }

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

border-color css

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

 span { border-color: rgb(149,9,55); }

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