Html Css Color HEX #920633 Burgundy

📋 copy color: '#920633'

red 146 ◦ green 6 ◦ blue 51

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

Shades of Burgundy #920633

Tints of Burgundy #920633

RGB

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

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

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

R = 71.92%
G = 2.96%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#920633 (or 0x920633) is known color: Burgundy. HEX triplet: 92, 06 and 33. RGB value is (146,6,51). Sum of RGB (Red+Green+Blue) = 146+6+51=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #920633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920633 is #6DF9CC. Grayscale: #343434. Windows color (decimal): -7207373 or 3344018. OLE color: 3344018.

HSL color Cylindrical-coordinate representation of color #920633: hue angle of 340.71º 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 #920633 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 6 51 -
CMYK 0 0.96 0.65 0.43
HSL 340.71º 0.92% 0.3% -
HSV(B) 340.71º 0.96% 0.57% -
XYZ 12.52 6.48 3.72 -
YUV 52.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 146 6 51 0 0.96 0.65 0.43 340.71 0.92 0.3
Hex 92 6 33 0 60 41 2B 155 5C 1E
Octal 222 6 63 0 140 101 53 525 134 36
Binary 10010010 110 110011 0 1100000 1000001 101011 101010101 1011100 11110

Color Harmonies of #920633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920633

Black with #920633

Text Example


Text Example

White with #920633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920633; }

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

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

background-color css

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

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

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

border-color css

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

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

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