Html Css Color HEX #940334 Burgundy

📋 copy color: '#940334'

red 148 ◦ green 3 ◦ blue 52

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

Shades of Burgundy #940334

Tints of Burgundy #940334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 72.91%
G = 1.48%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#940334 (or 0x940334) is known color: Burgundy. HEX triplet: 94, 03 and 34. RGB value is (148,3,52). Sum of RGB (Red+Green+Blue) = 148+3+52=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940334 is #6BFCCB. Grayscale: #333333. Windows color (decimal): -7077068 or 3408788. OLE color: 3408788.

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

Color convert

RGB 148 3 52 -
CMYK 0 0.98 0.65 0.42
HSL 339.72º 0.96% 0.3% -
HSV(B) 339.72º 0.98% 0.58% -
XYZ 12.87 6.61 3.85 -
YUV 51.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 148 3 52 0 0.98 0.65 0.42 339.72 0.96 0.3
Hex 94 3 34 0 62 41 2A 154 60 1E
Octal 224 3 64 0 142 101 52 524 140 36
Binary 10010100 11 110100 0 1100010 1000001 101010 101010100 1100000 11110

Color Harmonies of #940334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940334

Black with #940334

Text Example


Text Example

White with #940334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940334; }

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

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

background-color css

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

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

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

border-color css

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

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

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