Html Css Color HEX #950136 Burgundy

📋 copy color: '#950136'

red 149 ◦ green 1 ◦ blue 54

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

Shades of Burgundy #950136

Tints of Burgundy #950136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 73.04%
G = 0.49%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#950136 (or 0x950136) is known color: Burgundy. HEX triplet: 95, 01 and 36. RGB value is (149,1,54). Sum of RGB (Red+Green+Blue) = 149+1+54=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #950136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950136 is #6AFEC9. Grayscale: #333333. Windows color (decimal): -7012042 or 3539349. OLE color: 3539349.

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

Color convert

RGB 149 1 54 -
CMYK 0 0.99 0.64 0.42
HSL 338.51º 0.99% 0.29% -
HSV(B) 338.51º 0.99% 0.58% -
XYZ 13.07 6.68 4.09 -
YUV 51.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 149 1 54 0 0.99 0.64 0.42 338.51 0.99 0.29
Hex 95 1 36 0 63 40 2A 153 63 1D
Octal 225 1 66 0 143 100 52 523 143 35
Binary 10010101 1 110110 0 1100011 1000000 101010 101010011 1100011 11101

Color Harmonies of #950136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950136

Black with #950136

Text Example


Text Example

White with #950136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950136; }

 p { color: rgb(149,1,54); }

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

background-color css

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

 a { background-color: rgb(149,1,54); }

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

border-color css

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

 span { border-color: rgb(149,1,54); }

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