Html Css Color HEX #93092E Burgundy

📋 copy color: '#93092E'

red 147 ◦ green 9 ◦ blue 46

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

Shades of Burgundy #93092E

Tints of Burgundy #93092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 72.77%
G = 4.46%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93092E (or 0x93092E) is known color: Burgundy. HEX triplet: 93, 09 and 2E. RGB value is (147,9,46). Sum of RGB (Red+Green+Blue) = 147+9+46=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #93092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93092E is #6CF6D1. Grayscale: #363636. Windows color (decimal): -7141074 or 3017107. OLE color: 3017107.

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

Color convert

RGB 147 9 46 -
CMYK 0 0.94 0.69 0.42
HSL 343.91º 0.88% 0.31% -
HSV(B) 343.91º 0.94% 0.58% -
XYZ 12.62 6.6 3.19 -
YUV 54.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 147 9 46 0 0.94 0.69 0.42 343.91 0.88 0.31
Hex 93 9 2E 0 5E 45 2A 158 58 1F
Octal 223 11 56 0 136 105 52 530 130 37
Binary 10010011 1001 101110 0 1011110 1000101 101010 101011000 1011000 11111

Color Harmonies of #93092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93092E

Black with #93092E

Text Example


Text Example

White with #93092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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