Html Css Color HEX #940133 Burgundy

📋 copy color: '#940133'

red 148 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #940133

Tints of Burgundy #940133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 74%
G = 0.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#940133 (or 0x940133) is known color: Burgundy. HEX triplet: 94, 01 and 33. RGB value is (148,1,51). Sum of RGB (Red+Green+Blue) = 148+1+51=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940133 is #6BFECC. Grayscale: #323232. Windows color (decimal): -7077581 or 3342740. OLE color: 3342740.

HSL color Cylindrical-coordinate representation of color #940133: hue angle of 339.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940133 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 51 -
CMYK 0 0.99 0.66 0.42
HSL 339.59º 0.99% 0.29% -
HSV(B) 339.59º 0.99% 0.58% -
XYZ 12.82 6.56 3.72 -
YUV 50.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 148 1 51 0 0.99 0.66 0.42 339.59 0.99 0.29
Hex 94 1 33 0 63 42 2A 154 63 1D
Octal 224 1 63 0 143 102 52 524 143 35
Binary 10010100 1 110011 0 1100011 1000010 101010 101010100 1100011 11101

Color Harmonies of #940133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940133

Black with #940133

Text Example


Text Example

White with #940133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940133; }

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

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

background-color css

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

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

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

border-color css

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

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

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