Html Css Color HEX #940637 Burgundy

📋 copy color: '#940637'

red 148 ◦ green 6 ◦ blue 55

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

Shades of Burgundy #940637

Tints of Burgundy #940637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 70.81%
G = 2.87%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#940637 (or 0x940637) is known color: Burgundy. HEX triplet: 94, 06 and 37. RGB value is (148,6,55). Sum of RGB (Red+Green+Blue) = 148+6+55=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #940637 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940637 is #6BF9C8. Grayscale: #353535. Windows color (decimal): -7076297 or 3606164. OLE color: 3606164.

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

Color convert

RGB 148 6 55 -
CMYK 0 0.96 0.63 0.42
HSL 339.3º 0.92% 0.3% -
HSV(B) 339.3º 0.96% 0.58% -
XYZ 12.97 6.7 4.22 -
YUV 54.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 148 6 55 0 0.96 0.63 0.42 339.3 0.92 0.3
Hex 94 6 37 0 60 3F 2A 153 5C 1E
Octal 224 6 67 0 140 77 52 523 134 36
Binary 10010100 110 110111 0 1100000 111111 101010 101010011 1011100 11110

Color Harmonies of #940637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940637

Black with #940637

Text Example


Text Example

White with #940637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940637; }

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

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

background-color css

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

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

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

border-color css

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

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

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