Html Css Color HEX #92033A Burgundy

📋 copy color: '#92033A'

red 146 ◦ green 3 ◦ blue 58

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

Shades of Burgundy #92033A

Tints of Burgundy #92033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 70.53%
G = 1.45%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#92033A (or 0x92033A) is known color: Burgundy. HEX triplet: 92, 03 and 3A. RGB value is (146,3,58). Sum of RGB (Red+Green+Blue) = 146+3+58=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #92033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92033A is #6DFCC5. Grayscale: #333333. Windows color (decimal): -7208134 or 3802002. OLE color: 3802002.

HSL color Cylindrical-coordinate representation of color #92033A: hue angle of 336.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92033A is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 58 -
CMYK 0 0.98 0.60 0.43
HSL 336.92º 0.96% 0.29% -
HSV(B) 336.92º 0.98% 0.57% -
XYZ 12.65 6.48 4.59 -
YUV 52.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 146 3 58 0 0.98 0.60 0.43 336.92 0.96 0.29
Hex 92 3 3A 0 62 3C 2B 151 60 1D
Octal 222 3 72 0 142 74 53 521 140 35
Binary 10010010 11 111010 0 1100010 111100 101011 101010001 1100000 11101

Color Harmonies of #92033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92033A

Black with #92033A

Text Example


Text Example

White with #92033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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