Html Css Color HEX #920834 Burgundy

📋 copy color: '#920834'

red 146 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #920834

Tints of Burgundy #920834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 70.87%
G = 3.88%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#920834 (or 0x920834) is known color: Burgundy. HEX triplet: 92, 08 and 34. RGB value is (146,8,52). Sum of RGB (Red+Green+Blue) = 146+8+52=206 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.87% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 146 - color contains mainly: red. Hex color #920834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920834 is #6DF7CB. Grayscale: #363636. Windows color (decimal): -7206860 or 3410066. OLE color: 3410066.

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

Color convert

RGB 146 8 52 -
CMYK 0 0.95 0.64 0.43
HSL 340.87º 0.9% 0.3% -
HSV(B) 340.87º 0.95% 0.57% -
XYZ 12.56 6.53 3.85 -
YUV 54.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 146 8 52 0 0.95 0.64 0.43 340.87 0.9 0.3
Hex 92 8 34 0 5F 40 2B 155 5A 1E
Octal 222 10 64 0 137 100 53 525 132 36
Binary 10010010 1000 110100 0 1011111 1000000 101011 101010101 1011010 11110

Color Harmonies of #920834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920834

Black with #920834

Text Example


Text Example

White with #920834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920834; }

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

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

background-color css

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

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

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

border-color css

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

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

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