Html Css Color HEX #950437 Burgundy

📋 copy color: '#950437'

red 149 ◦ green 4 ◦ blue 55

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

Shades of Burgundy #950437

Tints of Burgundy #950437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 71.63%
G = 1.92%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950437 (or 0x950437) is known color: Burgundy. HEX triplet: 95, 04 and 37. RGB value is (149,4,55). Sum of RGB (Red+Green+Blue) = 149+4+55=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #950437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950437 is #6AFBC8. Grayscale: #353535. Windows color (decimal): -7011273 or 3605653. OLE color: 3605653.

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

Color convert

RGB 149 4 55 -
CMYK 0 0.97 0.63 0.42
HSL 338.9º 0.95% 0.3% -
HSV(B) 338.9º 0.97% 0.58% -
XYZ 13.13 6.75 4.23 -
YUV 53.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 149 4 55 0 0.97 0.63 0.42 338.9 0.95 0.3
Hex 95 4 37 0 61 3F 2A 153 5F 1E
Octal 225 4 67 0 141 77 52 523 137 36
Binary 10010101 100 110111 0 1100001 111111 101010 101010011 1011111 11110

Color Harmonies of #950437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950437

Black with #950437

Text Example


Text Example

White with #950437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950437; }

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

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

background-color css

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

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

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

border-color css

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

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

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