Html Css Color HEX #930833 Burgundy

📋 copy color: '#930833'

red 147 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #930833

Tints of Burgundy #930833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 71.36%
G = 3.88%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#930833 (or 0x930833) is known color: Burgundy. HEX triplet: 93, 08 and 33. RGB value is (147,8,51). Sum of RGB (Red+Green+Blue) = 147+8+51=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #930833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930833 is #6CF7CC. Grayscale: #363636. Windows color (decimal): -7141325 or 3344531. OLE color: 3344531.

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

Color convert

RGB 147 8 51 -
CMYK 0 0.95 0.65 0.42
HSL 341.44º 0.9% 0.3% -
HSV(B) 341.44º 0.95% 0.58% -
XYZ 12.72 6.62 3.74 -
YUV 54.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 147 8 51 0 0.95 0.65 0.42 341.44 0.9 0.3
Hex 93 8 33 0 5F 41 2A 155 5A 1E
Octal 223 10 63 0 137 101 52 525 132 36
Binary 10010011 1000 110011 0 1011111 1000001 101010 101010101 1011010 11110

Color Harmonies of #930833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930833

Black with #930833

Text Example


Text Example

White with #930833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930833; }

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

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

background-color css

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

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

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

border-color css

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

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

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