Html Css Color HEX #950530 Burgundy

📋 copy color: '#950530'

red 149 ◦ green 5 ◦ blue 48

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

Shades of Burgundy #950530

Tints of Burgundy #950530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 73.76%
G = 2.48%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#950530 (or 0x950530) is known color: Burgundy. HEX triplet: 95, 05 and 30. RGB value is (149,5,48). Sum of RGB (Red+Green+Blue) = 149+5+48=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #950530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950530 is #6AFACF. Grayscale: #343434. Windows color (decimal): -7011024 or 3147157. OLE color: 3147157.

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

Color convert

RGB 149 5 48 -
CMYK 0 0.97 0.68 0.42
HSL 342.08º 0.94% 0.3% -
HSV(B) 342.08º 0.97% 0.58% -
XYZ 12.98 6.71 3.41 -
YUV 52.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 149 5 48 0 0.97 0.68 0.42 342.08 0.94 0.3
Hex 95 5 30 0 61 44 2A 156 5E 1E
Octal 225 5 60 0 141 104 52 526 136 36
Binary 10010101 101 110000 0 1100001 1000100 101010 101010110 1011110 11110

Color Harmonies of #950530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950530

Black with #950530

Text Example


Text Example

White with #950530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950530; }

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

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

background-color css

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

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

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

border-color css

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

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

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