Html Css Color HEX #950037 Burgundy

📋 copy color: '#950037'

red 149 ◦ green 0 ◦ blue 55

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

Shades of Burgundy #950037

Tints of Burgundy #950037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.04%
G = 0%
B = 26.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950037 (or 0x950037) is known color: Burgundy. HEX triplet: 95, 00 and 37. RGB value is (149,0,55). Sum of RGB (Red+Green+Blue) = 149+0+55=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #950037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950037 is #6AFFC8. Grayscale: #323232. Windows color (decimal): -7012297 or 3604629. OLE color: 3604629.

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

Color convert

RGB 149 0 55 -
CMYK 0 1 0.63 0.42
HSL 337.85º 1% 0.29% -
HSV(B) 337.85º 1% 0.58% -
XYZ 13.08 6.67 4.21 -
YUV 50.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 149 0 55 0 1 0.63 0.42 337.85 1 0.29
Hex 95 0 37 0 64 3F 2A 152 64 1D
Octal 225 0 67 0 144 77 52 522 144 35
Binary 10010101 0 110111 0 1100100 111111 101010 101010010 1100100 11101

Color Harmonies of #950037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950037

Black with #950037

Text Example


Text Example

White with #950037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950037; }

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

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

background-color css

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

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

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

border-color css

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

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

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