Html Css Color HEX #940436 Burgundy

📋 copy color: '#940436'

red 148 ◦ green 4 ◦ blue 54

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

Shades of Burgundy #940436

Tints of Burgundy #940436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 54 (21.48% from 255) = 26.21%

R = 71.84%
G = 1.94%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940436 (or 0x940436) is known color: Burgundy. HEX triplet: 94, 04 and 36. RGB value is (148,4,54). Sum of RGB (Red+Green+Blue) = 148+4+54=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940436 is #6BFBC9. Grayscale: #343434. Windows color (decimal): -7076810 or 3540116. OLE color: 3540116.

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

Color convert

RGB 148 4 54 -
CMYK 0 0.97 0.64 0.42
HSL 339.17º 0.95% 0.3% -
HSV(B) 339.17º 0.97% 0.58% -
XYZ 12.92 6.65 4.09 -
YUV 52.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 148 4 54 0 0.97 0.64 0.42 339.17 0.95 0.3
Hex 94 4 36 0 61 40 2A 153 5F 1E
Octal 224 4 66 0 141 100 52 523 137 36
Binary 10010100 100 110110 0 1100001 1000000 101010 101010011 1011111 11110

Color Harmonies of #940436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940436

Black with #940436

Text Example


Text Example

White with #940436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940436; }

 p { color: rgb(148,4,54); }

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

background-color css

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

 a { background-color: rgb(148,4,54); }

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

border-color css

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

 span { border-color: rgb(148,4,54); }

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