Html Css Color HEX #940532 Burgundy

📋 copy color: '#940532'

red 148 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #940532

Tints of Burgundy #940532

RGB

 RED value IS 148 (58.2% from 255) = 72.91%

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

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

R = 72.91%
G = 2.46%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940532 (or 0x940532) is known color: Burgundy. HEX triplet: 94, 05 and 32. RGB value is (148,5,50). Sum of RGB (Red+Green+Blue) = 148+5+50=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940532 is #6BFACD. Grayscale: #343434. Windows color (decimal): -7076558 or 3278228. OLE color: 3278228.

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

Color convert

RGB 148 5 50 -
CMYK 0 0.97 0.66 0.42
HSL 341.12º 0.93% 0.3% -
HSV(B) 341.12º 0.97% 0.58% -
XYZ 12.84 6.63 3.62 -
YUV 52.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 148 5 50 0 0.97 0.66 0.42 341.12 0.93 0.3
Hex 94 5 32 0 61 42 2A 155 5D 1E
Octal 224 5 62 0 141 102 52 525 135 36
Binary 10010100 101 110010 0 1100001 1000010 101010 101010101 1011101 11110

Color Harmonies of #940532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940532

Black with #940532

Text Example


Text Example

White with #940532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940532; }

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

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

background-color css

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

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

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

border-color css

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

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

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