Html Css Color HEX #940830 Burgundy

📋 copy color: '#940830'

red 148 ◦ green 8 ◦ blue 48

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

Shades of Burgundy #940830

Tints of Burgundy #940830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 72.55%
G = 3.92%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940830 (or 0x940830) is known color: Burgundy. HEX triplet: 94, 08 and 30. RGB value is (148,8,48). Sum of RGB (Red+Green+Blue) = 148+8+48=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940830 is #6BF7CF. Grayscale: #363636. Windows color (decimal): -7075792 or 3147924. OLE color: 3147924.

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

Color convert

RGB 148 8 48 -
CMYK 0 0.95 0.68 0.42
HSL 342.86º 0.9% 0.31% -
HSV(B) 342.86º 0.95% 0.58% -
XYZ 12.83 6.68 3.41 -
YUV 54.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 148 8 48 0 0.95 0.68 0.42 342.86 0.9 0.31
Hex 94 8 30 0 5F 44 2A 157 5A 1F
Octal 224 10 60 0 137 104 52 527 132 37
Binary 10010100 1000 110000 0 1011111 1000100 101010 101010111 1011010 11111

Color Harmonies of #940830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940830

Black with #940830

Text Example


Text Example

White with #940830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940830; }

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

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

background-color css

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

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

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

border-color css

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

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

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