Html Css Color HEX #930134 Burgundy

📋 copy color: '#930134'

red 147 ◦ green 1 ◦ blue 52

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

Shades of Burgundy #930134

Tints of Burgundy #930134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26%

R = 73.5%
G = 0.5%
B = 26%

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

#930134 (or 0x930134) is known color: Burgundy. HEX triplet: 93, 01 and 34. RGB value is (147,1,52). Sum of RGB (Red+Green+Blue) = 147+1+52=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #930134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930134 is #6CFECB. Grayscale: #323232. Windows color (decimal): -7143116 or 3408275. OLE color: 3408275.

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

Color convert

RGB 147 1 52 -
CMYK 0 0.99 0.65 0.42
HSL 339.04º 0.99% 0.29% -
HSV(B) 339.04º 0.99% 0.58% -
XYZ 12.66 6.47 3.83 -
YUV 50.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 147 1 52 0 0.99 0.65 0.42 339.04 0.99 0.29
Hex 93 1 34 0 63 41 2A 153 63 1D
Octal 223 1 64 0 143 101 52 523 143 35
Binary 10010011 1 110100 0 1100011 1000001 101010 101010011 1100011 11101

Color Harmonies of #930134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930134

Black with #930134

Text Example


Text Example

White with #930134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930134; }

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

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

background-color css

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

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

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

border-color css

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

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

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