Html Css Color HEX #950534 Burgundy

📋 copy color: '#950534'

red 149 ◦ green 5 ◦ blue 52

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

Shades of Burgundy #950534

Tints of Burgundy #950534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 72.33%
G = 2.43%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#950534 (or 0x950534) is known color: Burgundy. HEX triplet: 95, 05 and 34. RGB value is (149,5,52). Sum of RGB (Red+Green+Blue) = 149+5+52=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950534 is #6AFACB. Grayscale: #353535. Windows color (decimal): -7011020 or 3409301. OLE color: 3409301.

HSL color Cylindrical-coordinate representation of color #950534: hue angle of 340.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950534 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 52 -
CMYK 0 0.97 0.65 0.42
HSL 340.42º 0.94% 0.3% -
HSV(B) 340.42º 0.97% 0.58% -
XYZ 13.07 6.75 3.86 -
YUV 53.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 149 5 52 0 0.97 0.65 0.42 340.42 0.94 0.3
Hex 95 5 34 0 61 41 2A 154 5E 1E
Octal 225 5 64 0 141 101 52 524 136 36
Binary 10010101 101 110100 0 1100001 1000001 101010 101010100 1011110 11110

Color Harmonies of #950534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950534

Black with #950534

Text Example


Text Example

White with #950534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950534; }

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

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

background-color css

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

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

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

border-color css

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

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

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