Html Css Color HEX #940430 Burgundy

📋 copy color: '#940430'

red 148 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #940430

Tints of Burgundy #940430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 74%
G = 2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940430 (or 0x940430) is known color: Burgundy. HEX triplet: 94, 04 and 30. RGB value is (148,4,48). Sum of RGB (Red+Green+Blue) = 148+4+48=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #940430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940430 is #6BFBCF. Grayscale: #343434. Windows color (decimal): -7076816 or 3146900. OLE color: 3146900.

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

Color convert

RGB 148 4 48 -
CMYK 0 0.97 0.68 0.42
HSL 341.67º 0.95% 0.3% -
HSV(B) 341.67º 0.97% 0.58% -
XYZ 12.79 6.6 3.4 -
YUV 52.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 148 4 48 0 0.97 0.68 0.42 341.67 0.95 0.3
Hex 94 4 30 0 61 44 2A 156 5F 1E
Octal 224 4 60 0 141 104 52 526 137 36
Binary 10010100 100 110000 0 1100001 1000100 101010 101010110 1011111 11110

Color Harmonies of #940430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940430

Black with #940430

Text Example


Text Example

White with #940430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940430; }

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

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

background-color css

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

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

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

border-color css

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

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

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