Html Css Color HEX #92083B Burgundy

📋 copy color: '#92083B'

red 146 ◦ green 8 ◦ blue 59

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

Shades of Burgundy #92083B

Tints of Burgundy #92083B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.7%

R = 68.54%
G = 3.76%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#92083B (or 0x92083B) is known color: Burgundy. HEX triplet: 92, 08 and 3B. RGB value is (146,8,59). Sum of RGB (Red+Green+Blue) = 146+8+59=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92083B is #6DF7C4. Grayscale: #373737. Windows color (decimal): -7206853 or 3868818. OLE color: 3868818.

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

Color convert

RGB 146 8 59 -
CMYK 0 0.95 0.60 0.43
HSL 337.83º 0.9% 0.3% -
HSV(B) 337.83º 0.95% 0.57% -
XYZ 12.73 6.6 4.74 -
YUV 55.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 146 8 59 0 0.95 0.60 0.43 337.83 0.9 0.3
Hex 92 8 3B 0 5F 3C 2B 152 5A 1E
Octal 222 10 73 0 137 74 53 522 132 36
Binary 10010010 1000 111011 0 1011111 111100 101011 101010010 1011010 11110

Color Harmonies of #92083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92083B

Black with #92083B

Text Example


Text Example

White with #92083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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