Html Css Color HEX #930C31 Burgundy

📋 copy color: '#930C31'

red 147 ◦ green 12 ◦ blue 49

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

Shades of Burgundy #930C31

Tints of Burgundy #930C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 70.67%
G = 5.77%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#930C31 (or 0x930C31) is known color: Burgundy. HEX triplet: 93, 0C and 31. RGB value is (147,12,49). Sum of RGB (Red+Green+Blue) = 147+12+49=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #930C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930C31 is #6CF3CE. Grayscale: #383838. Windows color (decimal): -7140303 or 3214483. OLE color: 3214483.

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

Color convert

RGB 147 12 49 -
CMYK 0 0.92 0.67 0.42
HSL 343.56º 0.85% 0.31% -
HSV(B) 343.56º 0.92% 0.58% -
XYZ 12.72 6.69 3.53 -
YUV 56.58 123.73 192.49 -
System Red Green Blue C M Y K H S L
Decimal 147 12 49 0 0.92 0.67 0.42 343.56 0.85 0.31
Hex 93 C 31 0 5C 43 2A 158 55 1F
Octal 223 14 61 0 134 103 52 530 125 37
Binary 10010011 1100 110001 0 1011100 1000011 101010 101011000 1010101 11111

Color Harmonies of #930C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930C31

Black with #930C31

Text Example


Text Example

White with #930C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,12,49); }

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

background-color css

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

 a { background-color: rgb(147,12,49); }

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

border-color css

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

 span { border-color: rgb(147,12,49); }

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