Html Css Color HEX #950237 Burgundy

📋 copy color: '#950237'

red 149 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #950237

Tints of Burgundy #950237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 72.33%
G = 0.97%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#950237 (or 0x950237) is known color: Burgundy. HEX triplet: 95, 02 and 37. RGB value is (149,2,55). Sum of RGB (Red+Green+Blue) = 149+2+55=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #950237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950237 is #6AFDC8. Grayscale: #333333. Windows color (decimal): -7011785 or 3605141. OLE color: 3605141.

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

Color convert

RGB 149 2 55 -
CMYK 0 0.99 0.63 0.42
HSL 338.37º 0.97% 0.3% -
HSV(B) 338.37º 0.99% 0.58% -
XYZ 13.11 6.71 4.22 -
YUV 52 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 149 2 55 0 0.99 0.63 0.42 338.37 0.97 0.3
Hex 95 2 37 0 63 3F 2A 152 61 1E
Octal 225 2 67 0 143 77 52 522 141 36
Binary 10010101 10 110111 0 1100011 111111 101010 101010010 1100001 11110

Color Harmonies of #950237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950237

Black with #950237

Text Example


Text Example

White with #950237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950237; }

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

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

background-color css

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

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

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

border-color css

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

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

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