Html Css Color HEX #940634 Burgundy

📋 copy color: '#940634'

red 148 ◦ green 6 ◦ blue 52

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

Shades of Burgundy #940634

Tints of Burgundy #940634

RGB

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

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

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

R = 71.84%
G = 2.91%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#940634 (or 0x940634) is known color: Burgundy. HEX triplet: 94, 06 and 34. RGB value is (148,6,52). Sum of RGB (Red+Green+Blue) = 148+6+52=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940634 is #6BF9CB. Grayscale: #353535. Windows color (decimal): -7076300 or 3409556. OLE color: 3409556.

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

Color convert

RGB 148 6 52 -
CMYK 0 0.96 0.65 0.42
HSL 340.56º 0.92% 0.3% -
HSV(B) 340.56º 0.96% 0.58% -
XYZ 12.9 6.67 3.86 -
YUV 53.7 127.04 195.26 -
System Red Green Blue C M Y K H S L
Decimal 148 6 52 0 0.96 0.65 0.42 340.56 0.92 0.3
Hex 94 6 34 0 60 41 2A 155 5C 1E
Octal 224 6 64 0 140 101 52 525 134 36
Binary 10010100 110 110100 0 1100000 1000001 101010 101010101 1011100 11110

Color Harmonies of #940634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940634

Black with #940634

Text Example


Text Example

White with #940634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940634; }

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

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

background-color css

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

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

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

border-color css

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

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

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