Html Css Color HEX #920833 Burgundy

📋 copy color: '#920833'

red 146 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #920833

Tints of Burgundy #920833

RGB

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

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

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

R = 71.22%
G = 3.9%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#920833 (or 0x920833) is known color: Burgundy. HEX triplet: 92, 08 and 33. RGB value is (146,8,51). Sum of RGB (Red+Green+Blue) = 146+8+51=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920833 is #6DF7CC. Grayscale: #363636. Windows color (decimal): -7206861 or 3344530. OLE color: 3344530.

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

Color convert

RGB 146 8 51 -
CMYK 0 0.95 0.65 0.43
HSL 341.3º 0.9% 0.3% -
HSV(B) 341.3º 0.95% 0.57% -
XYZ 12.54 6.52 3.73 -
YUV 54.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 146 8 51 0 0.95 0.65 0.43 341.3 0.9 0.3
Hex 92 8 33 0 5F 41 2B 155 5A 1E
Octal 222 10 63 0 137 101 53 525 132 36
Binary 10010010 1000 110011 0 1011111 1000001 101011 101010101 1011010 11110

Color Harmonies of #920833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920833

Black with #920833

Text Example


Text Example

White with #920833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920833; }

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

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

background-color css

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

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

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

border-color css

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

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

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