Html Css Color HEX #930133 Burgundy

📋 copy color: '#930133'

red 147 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #930133

Tints of Burgundy #930133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 73.87%
G = 0.5%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#930133 (or 0x930133) is known color: Burgundy. HEX triplet: 93, 01 and 33. RGB value is (147,1,51). Sum of RGB (Red+Green+Blue) = 147+1+51=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #930133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930133 is #6CFECC. Grayscale: #323232. Windows color (decimal): -7143117 or 3342739. OLE color: 3342739.

HSL color Cylindrical-coordinate representation of color #930133: hue angle of 339.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930133 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 51 -
CMYK 0 0.99 0.65 0.42
HSL 339.45º 0.99% 0.29% -
HSV(B) 339.45º 0.99% 0.58% -
XYZ 12.64 6.46 3.71 -
YUV 50.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 147 1 51 0 0.99 0.65 0.42 339.45 0.99 0.29
Hex 93 1 33 0 63 41 2A 153 63 1D
Octal 223 1 63 0 143 101 52 523 143 35
Binary 10010011 1 110011 0 1100011 1000001 101010 101010011 1100011 11101

Color Harmonies of #930133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930133

Black with #930133

Text Example


Text Example

White with #930133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930133; }

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

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

background-color css

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

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

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

border-color css

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

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

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