Html Css Color HEX #93032E Burgundy

📋 copy color: '#93032E'

red 147 ◦ green 3 ◦ blue 46

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

Shades of Burgundy #93032E

Tints of Burgundy #93032E

RGB

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

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

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

R = 75%
G = 1.53%
B = 23.47%

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

#93032E (or 0x93032E) is known color: Burgundy. HEX triplet: 93, 03 and 2E. RGB value is (147,3,46). Sum of RGB (Red+Green+Blue) = 147+3+46=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #93032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93032E is #6CFCD1. Grayscale: #323232. Windows color (decimal): -7142610 or 3015571. OLE color: 3015571.

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

Color convert

RGB 147 3 46 -
CMYK 0 0.98 0.69 0.42
HSL 342.08º 0.96% 0.29% -
HSV(B) 342.08º 0.98% 0.58% -
XYZ 12.56 6.47 3.17 -
YUV 50.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 147 3 46 0 0.98 0.69 0.42 342.08 0.96 0.29
Hex 93 3 2E 0 62 45 2A 156 60 1D
Octal 223 3 56 0 142 105 52 526 140 35
Binary 10010011 11 101110 0 1100010 1000101 101010 101010110 1100000 11101

Color Harmonies of #93032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93032E

Black with #93032E

Text Example


Text Example

White with #93032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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