Html Css Color HEX #940B33 Burgundy

📋 copy color: '#940B33'

red 148 ◦ green 11 ◦ blue 51

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

Shades of Burgundy #940B33

Tints of Burgundy #940B33

RGB

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

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

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

R = 70.48%
G = 5.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940B33 (or 0x940B33) is known color: Burgundy. HEX triplet: 94, 0B and 33. RGB value is (148,11,51). Sum of RGB (Red+Green+Blue) = 148+11+51=210 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.48% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 148 - color contains mainly: red. Hex color #940B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B33 is #6BF4CC. Grayscale: #383838. Windows color (decimal): -7075021 or 3345300. OLE color: 3345300.

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

Color convert

RGB 148 11 51 -
CMYK 0 0.93 0.66 0.42
HSL 342.48º 0.86% 0.31% -
HSV(B) 342.48º 0.93% 0.58% -
XYZ 12.93 6.77 3.76 -
YUV 56.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 148 11 51 0 0.93 0.66 0.42 342.48 0.86 0.31
Hex 94 B 33 0 5D 42 2A 156 56 1F
Octal 224 13 63 0 135 102 52 526 126 37
Binary 10010100 1011 110011 0 1011101 1000010 101010 101010110 1010110 11111

Color Harmonies of #940B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B33

Black with #940B33

Text Example


Text Example

White with #940B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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