Html Css Color HEX #920536 Burgundy

📋 copy color: '#920536'

red 146 ◦ green 5 ◦ blue 54

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

Shades of Burgundy #920536

Tints of Burgundy #920536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 71.22%
G = 2.44%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#920536 (or 0x920536) is known color: Burgundy. HEX triplet: 92, 05 and 36. RGB value is (146,5,54). Sum of RGB (Red+Green+Blue) = 146+5+54=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #920536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920536 is #6DFAC9. Grayscale: #343434. Windows color (decimal): -7207626 or 3540370. OLE color: 3540370.

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

Color convert

RGB 146 5 54 -
CMYK 0 0.97 0.63 0.43
HSL 339.15º 0.93% 0.3% -
HSV(B) 339.15º 0.97% 0.57% -
XYZ 12.57 6.49 4.08 -
YUV 52.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 146 5 54 0 0.97 0.63 0.43 339.15 0.93 0.3
Hex 92 5 36 0 61 3F 2B 153 5D 1E
Octal 222 5 66 0 141 77 53 523 135 36
Binary 10010010 101 110110 0 1100001 111111 101011 101010011 1011101 11110

Color Harmonies of #920536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920536

Black with #920536

Text Example


Text Example

White with #920536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920536; }

 p { color: rgb(146,5,54); }

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

background-color css

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

 a { background-color: rgb(146,5,54); }

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

border-color css

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

 span { border-color: rgb(146,5,54); }

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