Html Css Color HEX #950236 Burgundy

📋 copy color: '#950236'

red 149 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #950236

Tints of Burgundy #950236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 72.68%
G = 0.98%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#950236 (or 0x950236) is known color: Burgundy. HEX triplet: 95, 02 and 36. RGB value is (149,2,54). Sum of RGB (Red+Green+Blue) = 149+2+54=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950236 is #6AFDC9. Grayscale: #333333. Windows color (decimal): -7011786 or 3539605. OLE color: 3539605.

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

Color convert

RGB 149 2 54 -
CMYK 0 0.99 0.64 0.42
HSL 338.78º 0.97% 0.3% -
HSV(B) 338.78º 0.99% 0.58% -
XYZ 13.08 6.7 4.09 -
YUV 51.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 149 2 54 0 0.99 0.64 0.42 338.78 0.97 0.3
Hex 95 2 36 0 63 40 2A 153 61 1E
Octal 225 2 66 0 143 100 52 523 141 36
Binary 10010101 10 110110 0 1100011 1000000 101010 101010011 1100001 11110

Color Harmonies of #950236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950236

Black with #950236

Text Example


Text Example

White with #950236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950236; }

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

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

background-color css

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

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

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

border-color css

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

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

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