Html Css Color HEX #920532 Burgundy

📋 copy color: '#920532'

red 146 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #920532

Tints of Burgundy #920532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 72.64%
G = 2.49%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#920532 (or 0x920532) is known color: Burgundy. HEX triplet: 92, 05 and 32. RGB value is (146,5,50). Sum of RGB (Red+Green+Blue) = 146+5+50=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #920532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920532 is #6DFACD. Grayscale: #343434. Windows color (decimal): -7207630 or 3278226. OLE color: 3278226.

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

Color convert

RGB 146 5 50 -
CMYK 0 0.97 0.66 0.43
HSL 340.85º 0.93% 0.3% -
HSV(B) 340.85º 0.97% 0.57% -
XYZ 12.48 6.45 3.6 -
YUV 52.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 146 5 50 0 0.97 0.66 0.43 340.85 0.93 0.3
Hex 92 5 32 0 61 42 2B 155 5D 1E
Octal 222 5 62 0 141 102 53 525 135 36
Binary 10010010 101 110010 0 1100001 1000010 101011 101010101 1011101 11110

Color Harmonies of #920532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920532

Black with #920532

Text Example


Text Example

White with #920532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920532; }

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

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

background-color css

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

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

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

border-color css

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

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

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