Html Css Color HEX #950B3A Burgundy

📋 copy color: '#950B3A'

red 149 ◦ green 11 ◦ blue 58

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

Shades of Burgundy #950B3A

Tints of Burgundy #950B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 68.35%
G = 5.05%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#950B3A (or 0x950B3A) is known color: Burgundy. HEX triplet: 95, 0B and 3A. RGB value is (149,11,58). Sum of RGB (Red+Green+Blue) = 149+11+58=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #950B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B3A is #6AF4C5. Grayscale: #393939. Windows color (decimal): -7009478 or 3804053. OLE color: 3804053.

HSL color Cylindrical-coordinate representation of color #950B3A: hue angle of 339.57º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B3A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 58 -
CMYK 0 0.93 0.61 0.42
HSL 339.57º 0.86% 0.31% -
HSV(B) 339.57º 0.93% 0.58% -
XYZ 13.28 6.93 4.64 -
YUV 57.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 149 11 58 0 0.93 0.61 0.42 339.57 0.86 0.31
Hex 95 B 3A 0 5D 3D 2A 154 56 1F
Octal 225 13 72 0 135 75 52 524 126 37
Binary 10010101 1011 111010 0 1011101 111101 101010 101010100 1010110 11111

Color Harmonies of #950B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B3A

Black with #950B3A

Text Example


Text Example

White with #950B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B3A; }

 p { color: rgb(149,11,58); }

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

background-color css

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

 a { background-color: rgb(149,11,58); }

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

border-color css

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

 span { border-color: rgb(149,11,58); }

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