Html Css Color HEX #940C33 Burgundy

📋 copy color: '#940C33'

red 148 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #940C33

Tints of Burgundy #940C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 70.14%
G = 5.69%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940C33 (or 0x940C33) is known color: Burgundy. HEX triplet: 94, 0C and 33. RGB value is (148,12,51). Sum of RGB (Red+Green+Blue) = 148+12+51=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #940C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C33 is #6BF3CC. Grayscale: #393939. Windows color (decimal): -7074765 or 3345556. OLE color: 3345556.

HSL color Cylindrical-coordinate representation of color #940C33: hue angle of 342.79º 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 #940C33 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 51 -
CMYK 0 0.92 0.66 0.42
HSL 342.79º 0.85% 0.31% -
HSV(B) 342.79º 0.92% 0.58% -
XYZ 12.94 6.8 3.76 -
YUV 57.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 148 12 51 0 0.92 0.66 0.42 342.79 0.85 0.31
Hex 94 C 33 0 5C 42 2A 157 55 1F
Octal 224 14 63 0 134 102 52 527 125 37
Binary 10010100 1100 110011 0 1011100 1000010 101010 101010111 1010101 11111

Color Harmonies of #940C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C33

Black with #940C33

Text Example


Text Example

White with #940C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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