Html Css Color HEX #93043E Burgundy

📋 copy color: '#93043E'

red 147 ◦ green 4 ◦ blue 62

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

Shades of Burgundy #93043E

Tints of Burgundy #93043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 69.01%
G = 1.88%
B = 29.11%

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

#93043E (or 0x93043E) is known color: Burgundy. HEX triplet: 93, 04 and 3E. RGB value is (147,4,62). Sum of RGB (Red+Green+Blue) = 147+4+62=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93043E is #6CFBC1. Grayscale: #353535. Windows color (decimal): -7142338 or 4064403. OLE color: 4064403.

HSL color Cylindrical-coordinate representation of color #93043E: hue angle of 335.66º degrees, saturation: 0.95, 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 #93043E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 62 -
CMYK 0 0.97 0.58 0.42
HSL 335.66º 0.95% 0.3% -
HSV(B) 335.66º 0.97% 0.58% -
XYZ 12.95 6.64 5.16 -
YUV 53.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 147 4 62 0 0.97 0.58 0.42 335.66 0.95 0.3
Hex 93 4 3E 0 61 3A 2A 150 5F 1E
Octal 223 4 76 0 141 72 52 520 137 36
Binary 10010011 100 111110 0 1100001 111010 101010 101010000 1011111 11110

Color Harmonies of #93043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93043E

Black with #93043E

Text Example


Text Example

White with #93043E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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