Html Css Color HEX #93033B Burgundy

📋 copy color: '#93033B'

red 147 ◦ green 3 ◦ blue 59

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

Shades of Burgundy #93033B

Tints of Burgundy #93033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.23%

R = 70.33%
G = 1.44%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#93033B (or 0x93033B) is known color: Burgundy. HEX triplet: 93, 03 and 3B. RGB value is (147,3,59). Sum of RGB (Red+Green+Blue) = 147+3+59=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93033B is #6CFCC4. Grayscale: #343434. Windows color (decimal): -7142597 or 3867539. OLE color: 3867539.

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

Color convert

RGB 147 3 59 -
CMYK 0 0.98 0.60 0.42
HSL 336.67º 0.96% 0.29% -
HSV(B) 336.67º 0.98% 0.58% -
XYZ 12.85 6.58 4.73 -
YUV 52.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 147 3 59 0 0.98 0.60 0.42 336.67 0.96 0.29
Hex 93 3 3B 0 62 3C 2A 151 60 1D
Octal 223 3 73 0 142 74 52 521 140 35
Binary 10010011 11 111011 0 1100010 111100 101010 101010001 1100000 11101

Color Harmonies of #93033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93033B

Black with #93033B

Text Example


Text Example

White with #93033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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