Html Css Color HEX #940B3A Burgundy

📋 copy color: '#940B3A'

red 148 ◦ green 11 ◦ blue 58

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

Shades of Burgundy #940B3A

Tints of Burgundy #940B3A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 68.2%
G = 5.07%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#940B3A (or 0x940B3A) is known color: Burgundy. HEX triplet: 94, 0B and 3A. RGB value is (148,11,58). Sum of RGB (Red+Green+Blue) = 148+11+58=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #940B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B3A is #6BF4C5. Grayscale: #393939. Windows color (decimal): -7075014 or 3804052. OLE color: 3804052.

HSL color Cylindrical-coordinate representation of color #940B3A: hue angle of 339.42º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B3A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 11 58 -
CMYK 0 0.93 0.61 0.42
HSL 339.42º 0.86% 0.31% -
HSV(B) 339.42º 0.93% 0.58% -
XYZ 13.1 6.84 4.63 -
YUV 57.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 148 11 58 0 0.93 0.61 0.42 339.42 0.86 0.31
Hex 94 B 3A 0 5D 3D 2A 153 56 1F
Octal 224 13 72 0 135 75 52 523 126 37
Binary 10010100 1011 111010 0 1011101 111101 101010 101010011 1010110 11111

Color Harmonies of #940B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B3A

Black with #940B3A

Text Example


Text Example

White with #940B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,11,58); }

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

background-color css

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

 a { background-color: rgb(148,11,58); }

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

border-color css

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

 span { border-color: rgb(148,11,58); }

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