Html Css Color HEX #930A3C Burgundy

📋 copy color: '#930A3C'

red 147 ◦ green 10 ◦ blue 60

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

Shades of Burgundy #930A3C

Tints of Burgundy #930A3C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.61%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 67.74%
G = 4.61%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#930A3C (or 0x930A3C) is known color: Burgundy. HEX triplet: 93, 0A and 3C. RGB value is (147,10,60). Sum of RGB (Red+Green+Blue) = 147+10+60=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #930A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A3C is #6CF5C3. Grayscale: #383838. Windows color (decimal): -7140804 or 3934867. OLE color: 3934867.

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

Color convert

RGB 147 10 60 -
CMYK 0 0.93 0.59 0.42
HSL 338.1º 0.87% 0.31% -
HSV(B) 338.1º 0.93% 0.58% -
XYZ 12.96 6.75 4.89 -
YUV 56.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 147 10 60 0 0.93 0.59 0.42 338.1 0.87 0.31
Hex 93 A 3C 0 5D 3B 2A 152 57 1F
Octal 223 12 74 0 135 73 52 522 127 37
Binary 10010011 1010 111100 0 1011101 111011 101010 101010010 1010111 11111

Color Harmonies of #930A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A3C

Black with #930A3C

Text Example


Text Example

White with #930A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,10,60); }

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

background-color css

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

 a { background-color: rgb(147,10,60); }

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

border-color css

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

 span { border-color: rgb(147,10,60); }

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