Html Css Color HEX #950231 Burgundy

📋 copy color: '#950231'

red 149 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #950231

Tints of Burgundy #950231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 74.5%
G = 1%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#950231 (or 0x950231) is known color: Burgundy. HEX triplet: 95, 02 and 31. RGB value is (149,2,49). Sum of RGB (Red+Green+Blue) = 149+2+49=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #950231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950231 is #6AFDCE. Grayscale: #333333. Windows color (decimal): -7011791 or 3211925. OLE color: 3211925.

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

Color convert

RGB 149 2 49 -
CMYK 0 0.99 0.67 0.42
HSL 340.82º 0.97% 0.3% -
HSV(B) 340.82º 0.99% 0.58% -
XYZ 12.97 6.65 3.51 -
YUV 51.31 126.7 197.68 -
System Red Green Blue C M Y K H S L
Decimal 149 2 49 0 0.99 0.67 0.42 340.82 0.97 0.3
Hex 95 2 31 0 63 43 2A 155 61 1E
Octal 225 2 61 0 143 103 52 525 141 36
Binary 10010101 10 110001 0 1100011 1000011 101010 101010101 1100001 11110

Color Harmonies of #950231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950231

Black with #950231

Text Example


Text Example

White with #950231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950231; }

 p { color: rgb(149,2,49); }

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

background-color css

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

 a { background-color: rgb(149,2,49); }

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

border-color css

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

 span { border-color: rgb(149,2,49); }

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