#93002E

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

Shades of Burgundy #93002E

Tints of Burgundy #93002E

Color information

#93002E (or 0x93002E) is unknown color: approx Burgundy. HEX triplet: 93, 00 and 2E. RGB value is (147,0,46). Sum of RGB (Red+Green+Blue) = 147+0+46=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #93002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93002E is #6CFFD1. Grayscale: #313131. Windows color (decimal): -7143378 or 3014803. OLE color: 3014803.

HSL color Cylindrical-coordinate representation of color #93002E: hue angle of 341.22º 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 #93002E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB147046-
CMYK010.690.42
HSL341.22º100%28.82%-
HSV(B)341.22º100%57.65%-
XYZ12.536.43.16-
YUV49.2126.2197.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 76.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=76.17%
G=0%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147046010.690.42341.2210028.82
Hex9302E064452A155641d
Octal22305601441055252514435
Binary100100110101110011001001000101101010101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93002E; }

 p { color: rgb(147,0,46); }

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

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

 a { background-color: rgb(147,0,46); }

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

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

 span { border-color: rgb(147,0,46); }

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