Html Css Color HEX #950637 Burgundy

📋 copy color: '#950637'

red 149 ◦ green 6 ◦ blue 55

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

Shades of Burgundy #950637

Tints of Burgundy #950637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 70.95%
G = 2.86%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950637 (or 0x950637) is known color: Burgundy. HEX triplet: 95, 06 and 37. RGB value is (149,6,55). Sum of RGB (Red+Green+Blue) = 149+6+55=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #950637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950637 is #6AF9C8. Grayscale: #363636. Windows color (decimal): -7010761 or 3606165. OLE color: 3606165.

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

Color convert

RGB 149 6 55 -
CMYK 0 0.96 0.63 0.42
HSL 339.44º 0.92% 0.3% -
HSV(B) 339.44º 0.96% 0.58% -
XYZ 13.15 6.8 4.23 -
YUV 54.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 149 6 55 0 0.96 0.63 0.42 339.44 0.92 0.3
Hex 95 6 37 0 60 3F 2A 153 5C 1E
Octal 225 6 67 0 140 77 52 523 134 36
Binary 10010101 110 110111 0 1100000 111111 101010 101010011 1011100 11110

Color Harmonies of #950637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950637

Black with #950637

Text Example


Text Example

White with #950637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950637; }

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

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

background-color css

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

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

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

border-color css

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

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

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