Html Css Color HEX #93093A Burgundy

📋 copy color: '#93093A'

red 147 ◦ green 9 ◦ blue 58

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

Shades of Burgundy #93093A

Tints of Burgundy #93093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.21%

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

R = 68.69%
G = 4.21%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#93093A (or 0x93093A) is known color: Burgundy. HEX triplet: 93, 09 and 3A. RGB value is (147,9,58). Sum of RGB (Red+Green+Blue) = 147+9+58=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93093A is #6CF6C5. Grayscale: #373737. Windows color (decimal): -7141062 or 3803539. OLE color: 3803539.

HSL color Cylindrical-coordinate representation of color #93093A: hue angle of 338.7º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93093A is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 58 -
CMYK 0 0.94 0.61 0.42
HSL 338.7º 0.88% 0.31% -
HSV(B) 338.7º 0.94% 0.58% -
XYZ 12.89 6.7 4.62 -
YUV 55.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 147 9 58 0 0.94 0.61 0.42 338.7 0.88 0.31
Hex 93 9 3A 0 5E 3D 2A 153 58 1F
Octal 223 11 72 0 136 75 52 523 130 37
Binary 10010011 1001 111010 0 1011110 111101 101010 101010011 1011000 11111

Color Harmonies of #93093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93093A

Black with #93093A

Text Example


Text Example

White with #93093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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