Html Css Color HEX #940C3A Burgundy

📋 copy color: '#940C3A'

red 148 ◦ green 12 ◦ blue 58

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

Shades of Burgundy #940C3A

Tints of Burgundy #940C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

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

R = 67.89%
G = 5.5%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#940C3A (or 0x940C3A) is known color: Burgundy. HEX triplet: 94, 0C and 3A. RGB value is (148,12,58). Sum of RGB (Red+Green+Blue) = 148+12+58=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #940C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C3A is #6BF3C5. Grayscale: #393939. Windows color (decimal): -7074758 or 3804308. OLE color: 3804308.

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

Color convert

RGB 148 12 58 -
CMYK 0 0.92 0.61 0.42
HSL 339.71º 0.85% 0.31% -
HSV(B) 339.71º 0.92% 0.58% -
XYZ 13.11 6.86 4.64 -
YUV 57.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 148 12 58 0 0.92 0.61 0.42 339.71 0.85 0.31
Hex 94 C 3A 0 5C 3D 2A 154 55 1F
Octal 224 14 72 0 134 75 52 524 125 37
Binary 10010100 1100 111010 0 1011100 111101 101010 101010100 1010101 11111

Color Harmonies of #940C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C3A

Black with #940C3A

Text Example


Text Example

White with #940C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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