Html Css Color HEX #940531 Burgundy

📋 copy color: '#940531'

red 148 ◦ green 5 ◦ blue 49

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

Shades of Burgundy #940531

Tints of Burgundy #940531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 73.27%
G = 2.48%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#940531 (or 0x940531) is known color: Burgundy. HEX triplet: 94, 05 and 31. RGB value is (148,5,49). Sum of RGB (Red+Green+Blue) = 148+5+49=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #940531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940531 is #6BFACE. Grayscale: #343434. Windows color (decimal): -7076559 or 3212692. OLE color: 3212692.

HSL color Cylindrical-coordinate representation of color #940531: hue angle of 341.54º 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 #940531 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 49 -
CMYK 0 0.97 0.67 0.42
HSL 341.54º 0.93% 0.3% -
HSV(B) 341.54º 0.97% 0.58% -
XYZ 12.82 6.63 3.51 -
YUV 52.77 125.88 195.92 -
System Red Green Blue C M Y K H S L
Decimal 148 5 49 0 0.97 0.67 0.42 341.54 0.93 0.3
Hex 94 5 31 0 61 43 2A 156 5D 1E
Octal 224 5 61 0 141 103 52 526 135 36
Binary 10010100 101 110001 0 1100001 1000011 101010 101010110 1011101 11110

Color Harmonies of #940531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940531

Black with #940531

Text Example


Text Example

White with #940531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940531; }

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

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

background-color css

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

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

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

border-color css

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

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

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