Html Css Color HEX #920033 Burgundy

📋 copy color: '#920033'

red 146 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #920033

Tints of Burgundy #920033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.11%
G = 0%
B = 25.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#920033 (or 0x920033) is known color: Burgundy. HEX triplet: 92, 00 and 33. RGB value is (146,0,51). Sum of RGB (Red+Green+Blue) = 146+0+51=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #920033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920033 is #6DFFCC. Grayscale: #313131. Windows color (decimal): -7208909 or 3342482. OLE color: 3342482.

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

Color convert

RGB 146 0 51 -
CMYK 0 1 0.65 0.43
HSL 339.04º 1% 0.29% -
HSV(B) 339.04º 1% 0.57% -
XYZ 12.45 6.35 3.7 -
YUV 49.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 146 0 51 0 1 0.65 0.43 339.04 1 0.29
Hex 92 0 33 0 64 41 2B 153 64 1D
Octal 222 0 63 0 144 101 53 523 144 35
Binary 10010010 0 110011 0 1100100 1000001 101011 101010011 1100100 11101

Color Harmonies of #920033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920033

Black with #920033

Text Example


Text Example

White with #920033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920033; }

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

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

background-color css

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

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

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

border-color css

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

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

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