Html Css Color HEX #92053E Burgundy

📋 copy color: '#92053E'

red 146 ◦ green 5 ◦ blue 62

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

Shades of Burgundy #92053E

Tints of Burgundy #92053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.11%

R = 68.54%
G = 2.35%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#92053E (or 0x92053E) is known color: Burgundy. HEX triplet: 92, 05 and 3E. RGB value is (146,5,62). Sum of RGB (Red+Green+Blue) = 146+5+62=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92053E is #6DFAC1. Grayscale: #353535. Windows color (decimal): -7207618 or 4064658. OLE color: 4064658.

HSL color Cylindrical-coordinate representation of color #92053E: hue angle of 335.74º 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 #92053E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 62 -
CMYK 0 0.97 0.58 0.43
HSL 335.74º 0.93% 0.3% -
HSV(B) 335.74º 0.97% 0.57% -
XYZ 12.78 6.57 5.15 -
YUV 53.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 146 5 62 0 0.97 0.58 0.43 335.74 0.93 0.3
Hex 92 5 3E 0 61 3A 2B 150 5D 1E
Octal 222 5 76 0 141 72 53 520 135 36
Binary 10010010 101 111110 0 1100001 111010 101011 101010000 1011101 11110

Color Harmonies of #92053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92053E

Black with #92053E

Text Example


Text Example

White with #92053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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