Html Css Color HEX #920333 Burgundy

📋 copy color: '#920333'

red 146 ◦ green 3 ◦ blue 51

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

Shades of Burgundy #920333

Tints of Burgundy #920333

RGB

 RED value IS 146 (57.42% from 255) = 73%

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 73%
G = 1.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#920333 (or 0x920333) is known color: Burgundy. HEX triplet: 92, 03 and 33. RGB value is (146,3,51). Sum of RGB (Red+Green+Blue) = 146+3+51=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #920333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920333 is #6DFCCC. Grayscale: #333333. Windows color (decimal): -7208141 or 3343250. OLE color: 3343250.

HSL color Cylindrical-coordinate representation of color #920333: hue angle of 339.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920333 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 51 -
CMYK 0 0.98 0.65 0.43
HSL 339.86º 0.96% 0.29% -
HSV(B) 339.86º 0.98% 0.57% -
XYZ 12.48 6.42 3.71 -
YUV 51.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 146 3 51 0 0.98 0.65 0.43 339.86 0.96 0.29
Hex 92 3 33 0 62 41 2B 154 60 1D
Octal 222 3 63 0 142 101 53 524 140 35
Binary 10010010 11 110011 0 1100010 1000001 101011 101010100 1100000 11101

Color Harmonies of #920333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920333

Black with #920333

Text Example


Text Example

White with #920333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920333; }

 p { color: rgb(146,3,51); }

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

background-color css

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

 a { background-color: rgb(146,3,51); }

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

border-color css

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

 span { border-color: rgb(146,3,51); }

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