Html Css Color HEX #930D3A Burgundy

📋 copy color: '#930D3A'

red 147 ◦ green 13 ◦ blue 58

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

Shades of Burgundy #930D3A

Tints of Burgundy #930D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 67.43%
G = 5.96%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#930D3A (or 0x930D3A) is known color: Burgundy. HEX triplet: 93, 0D and 3A. RGB value is (147,13,58). Sum of RGB (Red+Green+Blue) = 147+13+58=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #930D3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930D3A is #6CF2C5. Grayscale: #3A3A3A. Windows color (decimal): -7140038 or 3804563. OLE color: 3804563.

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

Color convert

RGB 147 13 58 -
CMYK 0 0.91 0.61 0.42
HSL 339.85º 0.84% 0.31% -
HSV(B) 339.85º 0.91% 0.58% -
XYZ 12.94 6.8 4.63 -
YUV 58.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 147 13 58 0 0.91 0.61 0.42 339.85 0.84 0.31
Hex 93 D 3A 0 5B 3D 2A 154 54 1F
Octal 223 15 72 0 133 75 52 524 124 37
Binary 10010011 1101 111010 0 1011011 111101 101010 101010100 1010100 11111

Color Harmonies of #930D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930D3A

Black with #930D3A

Text Example


Text Example

White with #930D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930D3A; }

 p { color: rgb(147,13,58); }

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

background-color css

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

 a { background-color: rgb(147,13,58); }

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

border-color css

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

 span { border-color: rgb(147,13,58); }

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