Html Css Color HEX #93032D Burgundy

📋 copy color: '#93032D'

red 147 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #93032D

Tints of Burgundy #93032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 75.38%
G = 1.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93032D (or 0x93032D) is known color: Burgundy. HEX triplet: 93, 03 and 2D. RGB value is (147,3,45). Sum of RGB (Red+Green+Blue) = 147+3+45=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #93032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93032D is #6CFCD2. Grayscale: #323232. Windows color (decimal): -7142611 or 2950035. OLE color: 2950035.

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

Color convert

RGB 147 3 45 -
CMYK 0 0.98 0.69 0.42
HSL 342.5º 0.96% 0.29% -
HSV(B) 342.5º 0.98% 0.58% -
XYZ 12.54 6.46 3.07 -
YUV 50.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 147 3 45 0 0.98 0.69 0.42 342.5 0.96 0.29
Hex 93 3 2D 0 62 45 2A 156 60 1D
Octal 223 3 55 0 142 105 52 526 140 35
Binary 10010011 11 101101 0 1100010 1000101 101010 101010110 1100000 11101

Color Harmonies of #93032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93032D

Black with #93032D

Text Example


Text Example

White with #93032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93032D; }

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

 H1.HeaderClassName
 {
   color: #93032D;
 }
 .AnyTagClassName
 {
   color: #93032D;
 }
</style>

background-color css

<style>
 a { background-color: #93032D; }

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

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

border-color css

<style>
 span { border-color: #93032D; }

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

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