Html Css Color HEX #920B3A Burgundy

📋 copy color: '#920B3A'

red 146 ◦ green 11 ◦ blue 58

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

Shades of Burgundy #920B3A

Tints of Burgundy #920B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 67.91%
G = 5.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#920B3A (or 0x920B3A) is known color: Burgundy. HEX triplet: 92, 0B and 3A. RGB value is (146,11,58). Sum of RGB (Red+Green+Blue) = 146+11+58=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #920B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B3A is #6DF4C5. Grayscale: #383838. Windows color (decimal): -7206086 or 3804050. OLE color: 3804050.

HSL color Cylindrical-coordinate representation of color #920B3A: hue angle of 339.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B3A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 11 58 -
CMYK 0 0.92 0.60 0.43
HSL 339.11º 0.86% 0.31% -
HSV(B) 339.11º 0.92% 0.57% -
XYZ 12.74 6.66 4.62 -
YUV 56.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 146 11 58 0 0.92 0.60 0.43 339.11 0.86 0.31
Hex 92 B 3A 0 5C 3C 2B 153 56 1F
Octal 222 13 72 0 134 74 53 523 126 37
Binary 10010010 1011 111010 0 1011100 111100 101011 101010011 1010110 11111

Color Harmonies of #920B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920B3A

Black with #920B3A

Text Example


Text Example

White with #920B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920B3A; }

 p { color: rgb(146,11,58); }

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

background-color css

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

 a { background-color: rgb(146,11,58); }

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

border-color css

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

 span { border-color: rgb(146,11,58); }

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