Html Css Color HEX #940330 Burgundy

📋 copy color: '#940330'

red 148 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #940330

Tints of Burgundy #940330

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 48 (19.14% from 255) = 24.12%

R = 74.37%
G = 1.51%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940330 (or 0x940330) is known color: Burgundy. HEX triplet: 94, 03 and 30. RGB value is (148,3,48). Sum of RGB (Red+Green+Blue) = 148+3+48=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #940330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940330 is #6BFCCF. Grayscale: #333333. Windows color (decimal): -7077072 or 3146644. OLE color: 3146644.

HSL color Cylindrical-coordinate representation of color #940330: hue angle of 341.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940330 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 48 -
CMYK 0 0.98 0.68 0.42
HSL 341.38º 0.96% 0.3% -
HSV(B) 341.38º 0.98% 0.58% -
XYZ 12.78 6.57 3.39 -
YUV 51.49 126.04 196.84 -
System Red Green Blue C M Y K H S L
Decimal 148 3 48 0 0.98 0.68 0.42 341.38 0.96 0.3
Hex 94 3 30 0 62 44 2A 155 60 1E
Octal 224 3 60 0 142 104 52 525 140 36
Binary 10010100 11 110000 0 1100010 1000100 101010 101010101 1100000 11110

Color Harmonies of #940330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940330

Black with #940330

Text Example


Text Example

White with #940330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940330; }

 p { color: rgb(148,3,48); }

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

background-color css

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

 a { background-color: rgb(148,3,48); }

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

border-color css

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

 span { border-color: rgb(148,3,48); }

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