Html Css Color HEX #920233 Burgundy

📋 copy color: '#920233'

red 146 ◦ green 2 ◦ blue 51

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

Shades of Burgundy #920233

Tints of Burgundy #920233

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 73.37%
G = 1.01%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#920233 (or 0x920233) is known color: Burgundy. HEX triplet: 92, 02 and 33. RGB value is (146,2,51). Sum of RGB (Red+Green+Blue) = 146+2+51=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #920233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920233 is #6DFDCC. Grayscale: #323232. Windows color (decimal): -7208397 or 3342994. OLE color: 3342994.

HSL color Cylindrical-coordinate representation of color #920233: hue angle of 339.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920233 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 51 -
CMYK 0 0.99 0.65 0.43
HSL 339.58º 0.97% 0.29% -
HSV(B) 339.58º 0.99% 0.57% -
XYZ 12.47 6.39 3.71 -
YUV 50.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 146 2 51 0 0.99 0.65 0.43 339.58 0.97 0.29
Hex 92 2 33 0 63 41 2B 154 61 1D
Octal 222 2 63 0 143 101 53 524 141 35
Binary 10010010 10 110011 0 1100011 1000001 101011 101010100 1100001 11101

Color Harmonies of #920233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920233

Black with #920233

Text Example


Text Example

White with #920233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920233; }

 p { color: rgb(146,2,51); }

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

background-color css

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

 a { background-color: rgb(146,2,51); }

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

border-color css

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

 span { border-color: rgb(146,2,51); }

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