Html Css Color HEX #950232 Burgundy

📋 copy color: '#950232'

red 149 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #950232

Tints of Burgundy #950232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 74.13%
G = 1%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#950232 (or 0x950232) is known color: Burgundy. HEX triplet: 95, 02 and 32. RGB value is (149,2,50). Sum of RGB (Red+Green+Blue) = 149+2+50=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #950232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950232 is #6AFDCD. Grayscale: #333333. Windows color (decimal): -7011790 or 3277461. OLE color: 3277461.

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

Color convert

RGB 149 2 50 -
CMYK 0 0.99 0.66 0.42
HSL 340.41º 0.97% 0.3% -
HSV(B) 340.41º 0.99% 0.58% -
XYZ 12.99 6.66 3.62 -
YUV 51.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 149 2 50 0 0.99 0.66 0.42 340.41 0.97 0.3
Hex 95 2 32 0 63 42 2A 154 61 1E
Octal 225 2 62 0 143 102 52 524 141 36
Binary 10010101 10 110010 0 1100011 1000010 101010 101010100 1100001 11110

Color Harmonies of #950232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950232

Black with #950232

Text Example


Text Example

White with #950232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950232; }

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

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

background-color css

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

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

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

border-color css

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

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

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