Html Css Color HEX #940339 Burgundy

📋 copy color: '#940339'

red 148 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #940339

Tints of Burgundy #940339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 71.15%
G = 1.44%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#940339 (or 0x940339) is known color: Burgundy. HEX triplet: 94, 03 and 39. RGB value is (148,3,57). Sum of RGB (Red+Green+Blue) = 148+3+57=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #940339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940339 is #6BFCC6. Grayscale: #343434. Windows color (decimal): -7077063 or 3736468. OLE color: 3736468.

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

Color convert

RGB 148 3 57 -
CMYK 0 0.98 0.61 0.42
HSL 337.66º 0.96% 0.3% -
HSV(B) 337.66º 0.98% 0.58% -
XYZ 12.98 6.66 4.47 -
YUV 52.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 148 3 57 0 0.98 0.61 0.42 337.66 0.96 0.3
Hex 94 3 39 0 62 3D 2A 152 60 1E
Octal 224 3 71 0 142 75 52 522 140 36
Binary 10010100 11 111001 0 1100010 111101 101010 101010010 1100000 11110

Color Harmonies of #940339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940339

Black with #940339

Text Example


Text Example

White with #940339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940339; }

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

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

background-color css

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

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

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

border-color css

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

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

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