Html Css Color HEX #930939 Burgundy

📋 copy color: '#930939'

red 147 ◦ green 9 ◦ blue 57

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

Shades of Burgundy #930939

Tints of Burgundy #930939

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 69.01%
G = 4.23%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#930939 (or 0x930939) is known color: Burgundy. HEX triplet: 93, 09 and 39. RGB value is (147,9,57). Sum of RGB (Red+Green+Blue) = 147+9+57=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #930939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930939 is #6CF6C6. Grayscale: #373737. Windows color (decimal): -7141063 or 3738003. OLE color: 3738003.

HSL color Cylindrical-coordinate representation of color #930939: hue angle of 339.13º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930939 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 57 -
CMYK 0 0.94 0.61 0.42
HSL 339.13º 0.88% 0.31% -
HSV(B) 339.13º 0.94% 0.58% -
XYZ 12.87 6.69 4.48 -
YUV 55.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 147 9 57 0 0.94 0.61 0.42 339.13 0.88 0.31
Hex 93 9 39 0 5E 3D 2A 153 58 1F
Octal 223 11 71 0 136 75 52 523 130 37
Binary 10010011 1001 111001 0 1011110 111101 101010 101010011 1011000 11111

Color Harmonies of #930939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930939

Black with #930939

Text Example


Text Example

White with #930939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930939; }

 p { color: rgb(147,9,57); }

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

background-color css

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

 a { background-color: rgb(147,9,57); }

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

border-color css

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

 span { border-color: rgb(147,9,57); }

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