Html Css Color HEX #940E34 Burgundy

📋 copy color: '#940E34'

red 148 ◦ green 14 ◦ blue 52

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

Shades of Burgundy #940E34

Tints of Burgundy #940E34

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

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

R = 69.16%
G = 6.54%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#940E34 (or 0x940E34) is known color: Burgundy. HEX triplet: 94, 0E and 34. RGB value is (148,14,52). Sum of RGB (Red+Green+Blue) = 148+14+52=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E34 is #6BF1CB. Grayscale: #3A3A3A. Windows color (decimal): -7074252 or 3411604. OLE color: 3411604.

HSL color Cylindrical-coordinate representation of color #940E34: hue angle of 342.99º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E34 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 14 52 -
CMYK 0 0.91 0.65 0.42
HSL 342.99º 0.83% 0.32% -
HSV(B) 342.99º 0.91% 0.58% -
XYZ 12.99 6.86 3.89 -
YUV 58.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 148 14 52 0 0.91 0.65 0.42 342.99 0.83 0.32
Hex 94 E 34 0 5B 41 2A 157 53 20
Octal 224 16 64 0 133 101 52 527 123 40
Binary 10010100 1110 110100 0 1011011 1000001 101010 101010111 1010011 100000

Color Harmonies of #940E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940E34

Black with #940E34

Text Example


Text Example

White with #940E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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