Html Css Color HEX #950831 Burgundy

📋 copy color: '#950831'

red 149 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #950831

Tints of Burgundy #950831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 72.33%
G = 3.88%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#950831 (or 0x950831) is known color: Burgundy. HEX triplet: 95, 08 and 31. RGB value is (149,8,49). Sum of RGB (Red+Green+Blue) = 149+8+49=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950831 is #6AF7CE. Grayscale: #363636. Windows color (decimal): -7010255 or 3213461. OLE color: 3213461.

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

Color convert

RGB 149 8 49 -
CMYK 0 0.95 0.67 0.42
HSL 342.55º 0.9% 0.31% -
HSV(B) 342.55º 0.95% 0.58% -
XYZ 13.04 6.78 3.53 -
YUV 54.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 149 8 49 0 0.95 0.67 0.42 342.55 0.9 0.31
Hex 95 8 31 0 5F 43 2A 157 5A 1F
Octal 225 10 61 0 137 103 52 527 132 37
Binary 10010101 1000 110001 0 1011111 1000011 101010 101010111 1011010 11111

Color Harmonies of #950831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950831

Black with #950831

Text Example


Text Example

White with #950831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950831; }

 p { color: rgb(149,8,49); }

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

background-color css

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

 a { background-color: rgb(149,8,49); }

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

border-color css

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

 span { border-color: rgb(149,8,49); }

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