Html Css Color HEX #93033D Burgundy

📋 copy color: '#93033D'

red 147 ◦ green 3 ◦ blue 61

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

Shades of Burgundy #93033D

Tints of Burgundy #93033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 69.67%
G = 1.42%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93033D (or 0x93033D) is known color: Burgundy. HEX triplet: 93, 03 and 3D. RGB value is (147,3,61). Sum of RGB (Red+Green+Blue) = 147+3+61=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93033D is #6CFCC2. Grayscale: #343434. Windows color (decimal): -7142595 or 3998611. OLE color: 3998611.

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

Color convert

RGB 147 3 61 -
CMYK 0 0.98 0.59 0.42
HSL 335.83º 0.96% 0.29% -
HSV(B) 335.83º 0.98% 0.58% -
XYZ 12.91 6.61 5.01 -
YUV 52.67 132.71 195.28 -
System Red Green Blue C M Y K H S L
Decimal 147 3 61 0 0.98 0.59 0.42 335.83 0.96 0.29
Hex 93 3 3D 0 62 3B 2A 150 60 1D
Octal 223 3 75 0 142 73 52 520 140 35
Binary 10010011 11 111101 0 1100010 111011 101010 101010000 1100000 11101

Color Harmonies of #93033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93033D

Black with #93033D

Text Example


Text Example

White with #93033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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