Html Css Color HEX #950C39 Burgundy

📋 copy color: '#950C39'

red 149 ◦ green 12 ◦ blue 57

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

Shades of Burgundy #950C39

Tints of Burgundy #950C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 68.35%
G = 5.5%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#950C39 (or 0x950C39) is known color: Burgundy. HEX triplet: 95, 0C and 39. RGB value is (149,12,57). Sum of RGB (Red+Green+Blue) = 149+12+57=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #950C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C39 is #6AF3C6. Grayscale: #3A3A3A. Windows color (decimal): -7009223 or 3738773. OLE color: 3738773.

HSL color Cylindrical-coordinate representation of color #950C39: hue angle of 340.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C39 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 12 57 -
CMYK 0 0.92 0.62 0.42
HSL 340.29º 0.85% 0.32% -
HSV(B) 340.29º 0.92% 0.58% -
XYZ 13.26 6.95 4.51 -
YUV 58.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 149 12 57 0 0.92 0.62 0.42 340.29 0.85 0.32
Hex 95 C 39 0 5C 3E 2A 154 55 20
Octal 225 14 71 0 134 76 52 524 125 40
Binary 10010101 1100 111001 0 1011100 111110 101010 101010100 1010101 100000

Color Harmonies of #950C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950C39

Black with #950C39

Text Example


Text Example

White with #950C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,12,57); }

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

background-color css

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

 a { background-color: rgb(149,12,57); }

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

border-color css

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

 span { border-color: rgb(149,12,57); }

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