Html Css Color HEX #920132 Burgundy

📋 copy color: '#920132'

red 146 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #920132

Tints of Burgundy #920132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 74.11%
G = 0.51%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#920132 (or 0x920132) is known color: Burgundy. HEX triplet: 92, 01 and 32. RGB value is (146,1,50). Sum of RGB (Red+Green+Blue) = 146+1+50=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #920132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920132 is #6DFECD. Grayscale: #313131. Windows color (decimal): -7208654 or 3277202. OLE color: 3277202.

HSL color Cylindrical-coordinate representation of color #920132: hue angle of 339.72º degrees, saturation: 0.99, 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 #920132 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 1 50 -
CMYK 0 0.99 0.66 0.43
HSL 339.72º 0.99% 0.29% -
HSV(B) 339.72º 0.99% 0.57% -
XYZ 12.44 6.36 3.59 -
YUV 49.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 146 1 50 0 0.99 0.66 0.43 339.72 0.99 0.29
Hex 92 1 32 0 63 42 2B 154 63 1D
Octal 222 1 62 0 143 102 53 524 143 35
Binary 10010010 1 110010 0 1100011 1000010 101011 101010100 1100011 11101

Color Harmonies of #920132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920132

Black with #920132

Text Example


Text Example

White with #920132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920132; }

 p { color: rgb(146,1,50); }

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

background-color css

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

 a { background-color: rgb(146,1,50); }

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

border-color css

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

 span { border-color: rgb(146,1,50); }

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