Html Css Color HEX #93042E Burgundy

📋 copy color: '#93042E'

red 147 ◦ green 4 ◦ blue 46

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

Shades of Burgundy #93042E

Tints of Burgundy #93042E

RGB

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

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

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

R = 74.62%
G = 2.03%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93042E (or 0x93042E) is known color: Burgundy. HEX triplet: 93, 04 and 2E. RGB value is (147,4,46). Sum of RGB (Red+Green+Blue) = 147+4+46=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #93042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93042E is #6CFBD1. Grayscale: #333333. Windows color (decimal): -7142354 or 3015827. OLE color: 3015827.

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

Color convert

RGB 147 4 46 -
CMYK 0 0.97 0.69 0.42
HSL 342.38º 0.95% 0.3% -
HSV(B) 342.38º 0.97% 0.58% -
XYZ 12.57 6.49 3.17 -
YUV 51.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 147 4 46 0 0.97 0.69 0.42 342.38 0.95 0.3
Hex 93 4 2E 0 61 45 2A 156 5F 1E
Octal 223 4 56 0 141 105 52 526 137 36
Binary 10010011 100 101110 0 1100001 1000101 101010 101010110 1011111 11110

Color Harmonies of #93042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93042E

Black with #93042E

Text Example


Text Example

White with #93042E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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