Html Css Color HEX #950137 Burgundy

📋 copy color: '#950137'

red 149 ◦ green 1 ◦ blue 55

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

Shades of Burgundy #950137

Tints of Burgundy #950137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 72.68%
G = 0.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950137 (or 0x950137) is known color: Burgundy. HEX triplet: 95, 01 and 37. RGB value is (149,1,55). Sum of RGB (Red+Green+Blue) = 149+1+55=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950137 is #6AFEC8. Grayscale: #333333. Windows color (decimal): -7012041 or 3604885. OLE color: 3604885.

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

Color convert

RGB 149 1 55 -
CMYK 0 0.99 0.63 0.42
HSL 338.11º 0.99% 0.29% -
HSV(B) 338.11º 0.99% 0.58% -
XYZ 13.09 6.69 4.21 -
YUV 51.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 149 1 55 0 0.99 0.63 0.42 338.11 0.99 0.29
Hex 95 1 37 0 63 3F 2A 152 63 1D
Octal 225 1 67 0 143 77 52 522 143 35
Binary 10010101 1 110111 0 1100011 111111 101010 101010010 1100011 11101

Color Harmonies of #950137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950137

Black with #950137

Text Example


Text Example

White with #950137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950137; }

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

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

background-color css

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

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

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

border-color css

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

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

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