Html Css Color HEX #92063E Burgundy

📋 copy color: '#92063E'

red 146 ◦ green 6 ◦ blue 62

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

Shades of Burgundy #92063E

Tints of Burgundy #92063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 68.22%
G = 2.8%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#92063E (or 0x92063E) is known color: Burgundy. HEX triplet: 92, 06 and 3E. RGB value is (146,6,62). Sum of RGB (Red+Green+Blue) = 146+6+62=214 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.22% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 146 - color contains mainly: red. Hex color #92063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92063E is #6DF9C1. Grayscale: #363636. Windows color (decimal): -7207362 or 4064914. OLE color: 4064914.

HSL color Cylindrical-coordinate representation of color #92063E: hue angle of 336º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #92063E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 6 62 -
CMYK 0 0.96 0.58 0.43
HSL 336º 0.92% 0.3% -
HSV(B) 336º 0.96% 0.57% -
XYZ 12.79 6.59 5.16 -
YUV 54.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 146 6 62 0 0.96 0.58 0.43 336 0.92 0.3
Hex 92 6 3E 0 60 3A 2B 150 5C 1E
Octal 222 6 76 0 140 72 53 520 134 36
Binary 10010010 110 111110 0 1100000 111010 101011 101010000 1011100 11110

Color Harmonies of #92063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92063E

Black with #92063E

Text Example


Text Example

White with #92063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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