Html Css Color HEX #930830 Burgundy

📋 copy color: '#930830'

red 147 ◦ green 8 ◦ blue 48

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

Shades of Burgundy #930830

Tints of Burgundy #930830

RGB

 RED value IS 147 (57.81% from 255) = 72.41%

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

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

R = 72.41%
G = 3.94%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#930830 (or 0x930830) is known color: Burgundy. HEX triplet: 93, 08 and 30. RGB value is (147,8,48). Sum of RGB (Red+Green+Blue) = 147+8+48=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #930830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930830 is #6CF7CF. Grayscale: #363636. Windows color (decimal): -7141328 or 3147923. OLE color: 3147923.

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

Color convert

RGB 147 8 48 -
CMYK 0 0.95 0.67 0.42
HSL 342.73º 0.9% 0.3% -
HSV(B) 342.73º 0.95% 0.58% -
XYZ 12.65 6.59 3.4 -
YUV 54.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 147 8 48 0 0.95 0.67 0.42 342.73 0.9 0.3
Hex 93 8 30 0 5F 43 2A 157 5A 1E
Octal 223 10 60 0 137 103 52 527 132 36
Binary 10010011 1000 110000 0 1011111 1000011 101010 101010111 1011010 11110

Color Harmonies of #930830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930830

Black with #930830

Text Example


Text Example

White with #930830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930830; }

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

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

background-color css

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

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

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

border-color css

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

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

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