Html Css Color HEX #940032 Burgundy

📋 copy color: '#940032'

red 148 ◦ green 0 ◦ blue 50

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

Shades of Burgundy #940032

Tints of Burgundy #940032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.75%
G = 0%
B = 25.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940032 (or 0x940032) is known color: Burgundy. HEX triplet: 94, 00 and 32. RGB value is (148,0,50). Sum of RGB (Red+Green+Blue) = 148+0+50=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #940032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940032 is #6BFFCD. Grayscale: #313131. Windows color (decimal): -7077838 or 3276948. OLE color: 3276948.

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

Color convert

RGB 148 0 50 -
CMYK 0 1 0.66 0.42
HSL 339.73º 1% 0.29% -
HSV(B) 339.73º 1% 0.58% -
XYZ 12.79 6.53 3.6 -
YUV 49.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 148 0 50 0 1 0.66 0.42 339.73 1 0.29
Hex 94 0 32 0 64 42 2A 154 64 1D
Octal 224 0 62 0 144 102 52 524 144 35
Binary 10010100 0 110010 0 1100100 1000010 101010 101010100 1100100 11101

Color Harmonies of #940032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940032

Black with #940032

Text Example


Text Example

White with #940032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940032; }

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

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

background-color css

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

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

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

border-color css

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

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

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