Html Css Color HEX #920337 Burgundy

📋 copy color: '#920337'

red 146 ◦ green 3 ◦ blue 55

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

Shades of Burgundy #920337

Tints of Burgundy #920337

RGB

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

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

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

R = 71.57%
G = 1.47%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#920337 (or 0x920337) is known color: Burgundy. HEX triplet: 92, 03 and 37. RGB value is (146,3,55). Sum of RGB (Red+Green+Blue) = 146+3+55=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #920337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920337 is #6DFCC8. Grayscale: #333333. Windows color (decimal): -7208137 or 3605394. OLE color: 3605394.

HSL color Cylindrical-coordinate representation of color #920337: hue angle of 338.18º 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 #920337 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 55 -
CMYK 0 0.98 0.62 0.43
HSL 338.18º 0.96% 0.29% -
HSV(B) 338.18º 0.98% 0.57% -
XYZ 12.58 6.45 4.2 -
YUV 51.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 146 3 55 0 0.98 0.62 0.43 338.18 0.96 0.29
Hex 92 3 37 0 62 3E 2B 152 60 1D
Octal 222 3 67 0 142 76 53 522 140 35
Binary 10010010 11 110111 0 1100010 111110 101011 101010010 1100000 11101

Color Harmonies of #920337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920337

Black with #920337

Text Example


Text Example

White with #920337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920337; }

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

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

background-color css

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

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

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

border-color css

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

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

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