Html Css Color HEX #93033E Burgundy

📋 copy color: '#93033E'

red 147 ◦ green 3 ◦ blue 62

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

Shades of Burgundy #93033E

Tints of Burgundy #93033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 69.34%
G = 1.42%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#93033E (or 0x93033E) is known color: Burgundy. HEX triplet: 93, 03 and 3E. RGB value is (147,3,62). Sum of RGB (Red+Green+Blue) = 147+3+62=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #93033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93033E is #6CFCC1. Grayscale: #343434. Windows color (decimal): -7142594 or 4064147. OLE color: 4064147.

HSL color Cylindrical-coordinate representation of color #93033E: hue angle of 335.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93033E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 62 -
CMYK 0 0.98 0.58 0.42
HSL 335.42º 0.96% 0.29% -
HSV(B) 335.42º 0.98% 0.58% -
XYZ 12.93 6.62 5.15 -
YUV 52.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 147 3 62 0 0.98 0.58 0.42 335.42 0.96 0.29
Hex 93 3 3E 0 62 3A 2A 14F 60 1D
Octal 223 3 76 0 142 72 52 517 140 35
Binary 10010011 11 111110 0 1100010 111010 101010 101001111 1100000 11101

Color Harmonies of #93033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93033E

Black with #93033E

Text Example


Text Example

White with #93033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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