Html Css Color HEX #93053A Burgundy

📋 copy color: '#93053A'

red 147 ◦ green 5 ◦ blue 58

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

Shades of Burgundy #93053A

Tints of Burgundy #93053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 70%
G = 2.38%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#93053A (or 0x93053A) is known color: Burgundy. HEX triplet: 93, 05 and 3A. RGB value is (147,5,58). Sum of RGB (Red+Green+Blue) = 147+5+58=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93053A is #6CFAC5. Grayscale: #353535. Windows color (decimal): -7142086 or 3802515. OLE color: 3802515.

HSL color Cylindrical-coordinate representation of color #93053A: hue angle of 337.61º 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 #93053A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 58 -
CMYK 0 0.97 0.61 0.42
HSL 337.61º 0.93% 0.3% -
HSV(B) 337.61º 0.97% 0.58% -
XYZ 12.85 6.62 4.6 -
YUV 53.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 147 5 58 0 0.97 0.61 0.42 337.61 0.93 0.3
Hex 93 5 3A 0 61 3D 2A 152 5D 1E
Octal 223 5 72 0 141 75 52 522 135 36
Binary 10010011 101 111010 0 1100001 111101 101010 101010010 1011101 11110

Color Harmonies of #93053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93053A

Black with #93053A

Text Example


Text Example

White with #93053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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