Html Css Color HEX #950436 Burgundy

📋 copy color: '#950436'

red 149 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #950436

Tints of Burgundy #950436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 71.98%
G = 1.93%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#950436 (or 0x950436) is known color: Burgundy. HEX triplet: 95, 04 and 36. RGB value is (149,4,54). Sum of RGB (Red+Green+Blue) = 149+4+54=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950436 is #6AFBC9. Grayscale: #343434. Windows color (decimal): -7011274 or 3540117. OLE color: 3540117.

HSL color Cylindrical-coordinate representation of color #950436: hue angle of 339.31º 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 #950436 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 54 -
CMYK 0 0.97 0.64 0.42
HSL 339.31º 0.95% 0.3% -
HSV(B) 339.31º 0.97% 0.58% -
XYZ 13.1 6.74 4.1 -
YUV 53.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 149 4 54 0 0.97 0.64 0.42 339.31 0.95 0.3
Hex 95 4 36 0 61 40 2A 153 5F 1E
Octal 225 4 66 0 141 100 52 523 137 36
Binary 10010101 100 110110 0 1100001 1000000 101010 101010011 1011111 11110

Color Harmonies of #950436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950436

Black with #950436

Text Example


Text Example

White with #950436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950436; }

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

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

background-color css

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

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

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

border-color css

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

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

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