Html Css Color HEX #93033A Burgundy

📋 copy color: '#93033A'

red 147 ◦ green 3 ◦ blue 58

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

Shades of Burgundy #93033A

Tints of Burgundy #93033A

RGB

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

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

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

R = 70.67%
G = 1.44%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#93033A (or 0x93033A) is known color: Burgundy. HEX triplet: 93, 03 and 3A. RGB value is (147,3,58). Sum of RGB (Red+Green+Blue) = 147+3+58=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #93033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93033A is #6CFCC5. Grayscale: #343434. Windows color (decimal): -7142598 or 3802003. OLE color: 3802003.

HSL color Cylindrical-coordinate representation of color #93033A: hue angle of 337.08º 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 #93033A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 58 -
CMYK 0 0.98 0.61 0.42
HSL 337.08º 0.96% 0.29% -
HSV(B) 337.08º 0.98% 0.58% -
XYZ 12.83 6.57 4.6 -
YUV 52.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 147 3 58 0 0.98 0.61 0.42 337.08 0.96 0.29
Hex 93 3 3A 0 62 3D 2A 151 60 1D
Octal 223 3 72 0 142 75 52 521 140 35
Binary 10010011 11 111010 0 1100010 111101 101010 101010001 1100000 11101

Color Harmonies of #93033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93033A

Black with #93033A

Text Example


Text Example

White with #93033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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