Html Css Color HEX #920237 Burgundy

📋 copy color: '#920237'

red 146 ◦ green 2 ◦ blue 55

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

Shades of Burgundy #920237

Tints of Burgundy #920237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 71.92%
G = 0.99%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#920237 (or 0x920237) is known color: Burgundy. HEX triplet: 92, 02 and 37. RGB value is (146,2,55). Sum of RGB (Red+Green+Blue) = 146+2+55=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #920237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920237 is #6DFDC8. Grayscale: #333333. Windows color (decimal): -7208393 or 3605138. OLE color: 3605138.

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

Color convert

RGB 146 2 55 -
CMYK 0 0.99 0.62 0.43
HSL 337.92º 0.97% 0.29% -
HSV(B) 337.92º 0.99% 0.57% -
XYZ 12.57 6.43 4.19 -
YUV 51.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 146 2 55 0 0.99 0.62 0.43 337.92 0.97 0.29
Hex 92 2 37 0 63 3E 2B 152 61 1D
Octal 222 2 67 0 143 76 53 522 141 35
Binary 10010010 10 110111 0 1100011 111110 101011 101010010 1100001 11101

Color Harmonies of #920237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920237

Black with #920237

Text Example


Text Example

White with #920237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920237; }

 p { color: rgb(146,2,55); }

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

background-color css

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

 a { background-color: rgb(146,2,55); }

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

border-color css

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

 span { border-color: rgb(146,2,55); }

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