#95003B

Color #95003B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #95003B

Tints of Burgundy #95003B

Color information

#95003B (or 0x95003B) is unknown color: approx Burgundy. HEX triplet: 95, 00 and 3B. RGB value is (149,0,59). Sum of RGB (Red+Green+Blue) = 149+0+59=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #95003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95003B is #6AFFC4. Grayscale: #333333. Windows color (decimal): -7012293 or 3866773. OLE color: 3866773.

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

Color convert

RGB149059-
CMYK010.600.42
HSL336.24º100%29.22%-
HSV(B)336.24º100%58.43%-
XYZ13.186.714.74-
YUV51.28132.36197.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 28.37%
R=71.63%
G=0%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149059010.600.42336.2410029.22
Hex9503B0643C2A150641d
Octal2250730144745252014435
Binary10010101011101101100100111100101010101010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95003B; }

 p { color: rgb(149,0,59); }

 H1.HeaderClassName
 {
   color: #95003B;
 }
 .AnyTagClassName
 {
   color: #95003B;
 }
</style>
background-color css

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

 a { background-color: rgb(149,0,59); }

 div.DivClassName
 {
   background-color: #95003B;
 }
 .BgClassName
 {
   background-color: #95003B;
 }
</style>
border-color css

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

 span { border-color: rgb(149,0,59); }

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