Html Css Color HEX #950836 Burgundy

📋 copy color: '#950836'

red 149 ◦ green 8 ◦ blue 54

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

Shades of Burgundy #950836

Tints of Burgundy #950836

RGB

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

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

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

R = 70.62%
G = 3.79%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#950836 (or 0x950836) is known color: Burgundy. HEX triplet: 95, 08 and 36. RGB value is (149,8,54). Sum of RGB (Red+Green+Blue) = 149+8+54=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #950836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950836 is #6AF7C9. Grayscale: #373737. Windows color (decimal): -7010250 or 3541141. OLE color: 3541141.

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

Color convert

RGB 149 8 54 -
CMYK 0 0.95 0.64 0.42
HSL 340.43º 0.9% 0.31% -
HSV(B) 340.43º 0.95% 0.58% -
XYZ 13.15 6.83 4.12 -
YUV 55.4 127.21 194.76 -
System Red Green Blue C M Y K H S L
Decimal 149 8 54 0 0.95 0.64 0.42 340.43 0.9 0.31
Hex 95 8 36 0 5F 40 2A 154 5A 1F
Octal 225 10 66 0 137 100 52 524 132 37
Binary 10010101 1000 110110 0 1011111 1000000 101010 101010100 1011010 11111

Color Harmonies of #950836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950836

Black with #950836

Text Example


Text Example

White with #950836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950836; }

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

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

background-color css

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

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

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

border-color css

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

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

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