Html Css Color HEX #940437 Burgundy

📋 copy color: '#940437'

red 148 ◦ green 4 ◦ blue 55

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

Shades of Burgundy #940437

Tints of Burgundy #940437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 71.5%
G = 1.93%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#940437 (or 0x940437) is known color: Burgundy. HEX triplet: 94, 04 and 37. RGB value is (148,4,55). Sum of RGB (Red+Green+Blue) = 148+4+55=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #940437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940437 is #6BFBC8. Grayscale: #343434. Windows color (decimal): -7076809 or 3605652. OLE color: 3605652.

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

Color convert

RGB 148 4 55 -
CMYK 0 0.97 0.63 0.42
HSL 338.75º 0.95% 0.3% -
HSV(B) 338.75º 0.97% 0.58% -
XYZ 12.95 6.66 4.22 -
YUV 52.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 148 4 55 0 0.97 0.63 0.42 338.75 0.95 0.3
Hex 94 4 37 0 61 3F 2A 153 5F 1E
Octal 224 4 67 0 141 77 52 523 137 36
Binary 10010100 100 110111 0 1100001 111111 101010 101010011 1011111 11110

Color Harmonies of #940437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940437

Black with #940437

Text Example


Text Example

White with #940437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940437; }

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

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

background-color css

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

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

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

border-color css

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

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

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