Html Css Color HEX #940332 Burgundy

📋 copy color: '#940332'

red 148 ◦ green 3 ◦ blue 50

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

Shades of Burgundy #940332

Tints of Burgundy #940332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 73.63%
G = 1.49%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940332 (or 0x940332) is known color: Burgundy. HEX triplet: 94, 03 and 32. RGB value is (148,3,50). Sum of RGB (Red+Green+Blue) = 148+3+50=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940332 is #6BFCCD. Grayscale: #333333. Windows color (decimal): -7077070 or 3277716. OLE color: 3277716.

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

Color convert

RGB 148 3 50 -
CMYK 0 0.98 0.66 0.42
HSL 340.55º 0.96% 0.3% -
HSV(B) 340.55º 0.98% 0.58% -
XYZ 12.82 6.59 3.61 -
YUV 51.71 127.04 196.68 -
System Red Green Blue C M Y K H S L
Decimal 148 3 50 0 0.98 0.66 0.42 340.55 0.96 0.3
Hex 94 3 32 0 62 42 2A 155 60 1E
Octal 224 3 62 0 142 102 52 525 140 36
Binary 10010100 11 110010 0 1100010 1000010 101010 101010101 1100000 11110

Color Harmonies of #940332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940332

Black with #940332

Text Example


Text Example

White with #940332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940332; }

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

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

background-color css

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

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

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

border-color css

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

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

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