Html Css Color HEX #93053E Burgundy

📋 copy color: '#93053E'

red 147 ◦ green 5 ◦ blue 62

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

Shades of Burgundy #93053E

Tints of Burgundy #93053E

RGB

 RED value IS 147 (57.81% from 255) = 68.69%

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 68.69%
G = 2.34%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#93053E (or 0x93053E) is known color: Burgundy. HEX triplet: 93, 05 and 3E. RGB value is (147,5,62). Sum of RGB (Red+Green+Blue) = 147+5+62=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93053E is #6CFAC1. Grayscale: #353535. Windows color (decimal): -7142082 or 4064659. OLE color: 4064659.

HSL color Cylindrical-coordinate representation of color #93053E: hue angle of 335.92º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93053E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 62 -
CMYK 0 0.97 0.58 0.42
HSL 335.92º 0.93% 0.3% -
HSV(B) 335.92º 0.97% 0.58% -
XYZ 12.96 6.66 5.16 -
YUV 53.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 147 5 62 0 0.97 0.58 0.42 335.92 0.93 0.3
Hex 93 5 3E 0 61 3A 2A 150 5D 1E
Octal 223 5 76 0 141 72 52 520 135 36
Binary 10010011 101 111110 0 1100001 111010 101010 101010000 1011101 11110

Color Harmonies of #93053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93053E

Black with #93053E

Text Example


Text Example

White with #93053E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,5,62); }

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

background-color css

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

 a { background-color: rgb(147,5,62); }

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

border-color css

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

 span { border-color: rgb(147,5,62); }

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