Html Css Color HEX #950E34 Burgundy

📋 copy color: '#950E34'

red 149 ◦ green 14 ◦ blue 52

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

Shades of Burgundy #950E34

Tints of Burgundy #950E34

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

 BLUE value IS 52 (20.7% from 255) = 24.19%

R = 69.3%
G = 6.51%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#950E34 (or 0x950E34) is known color: Burgundy. HEX triplet: 95, 0E and 34. RGB value is (149,14,52). Sum of RGB (Red+Green+Blue) = 149+14+52=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E34 is #6AF1CB. Grayscale: #3A3A3A. Windows color (decimal): -7008716 or 3411605. OLE color: 3411605.

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

Color convert

RGB 149 14 52 -
CMYK 0 0.91 0.65 0.42
HSL 343.11º 0.83% 0.32% -
HSV(B) 343.11º 0.91% 0.58% -
XYZ 13.17 6.95 3.9 -
YUV 58.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 149 14 52 0 0.91 0.65 0.42 343.11 0.83 0.32
Hex 95 E 34 0 5B 41 2A 157 53 20
Octal 225 16 64 0 133 101 52 527 123 40
Binary 10010101 1110 110100 0 1011011 1000001 101010 101010111 1010011 100000

Color Harmonies of #950E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E34

Black with #950E34

Text Example


Text Example

White with #950E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,14,52); }

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

background-color css

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

 a { background-color: rgb(149,14,52); }

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

border-color css

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

 span { border-color: rgb(149,14,52); }

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