Html Css Color HEX #930A33 Burgundy

📋 copy color: '#930A33'

red 147 ◦ green 10 ◦ blue 51

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

Shades of Burgundy #930A33

Tints of Burgundy #930A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.52%

R = 70.67%
G = 4.81%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#930A33 (or 0x930A33) is known color: Burgundy. HEX triplet: 93, 0A and 33. RGB value is (147,10,51). Sum of RGB (Red+Green+Blue) = 147+10+51=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #930A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930A33 is #6CF5CC. Grayscale: #373737. Windows color (decimal): -7140813 or 3345043. OLE color: 3345043.

HSL color Cylindrical-coordinate representation of color #930A33: hue angle of 342.04º 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 #930A33 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 10 51 -
CMYK 0 0.93 0.65 0.42
HSL 342.04º 0.87% 0.31% -
HSV(B) 342.04º 0.93% 0.58% -
XYZ 12.74 6.66 3.75 -
YUV 55.64 125.39 193.17 -
System Red Green Blue C M Y K H S L
Decimal 147 10 51 0 0.93 0.65 0.42 342.04 0.87 0.31
Hex 93 A 33 0 5D 41 2A 156 57 1F
Octal 223 12 63 0 135 101 52 526 127 37
Binary 10010011 1010 110011 0 1011101 1000001 101010 101010110 1010111 11111

Color Harmonies of #930A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930A33

Black with #930A33

Text Example


Text Example

White with #930A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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