Html Css Color HEX #910030 Burgundy

📋 copy color: '#910030'

red 145 ◦ green 0 ◦ blue 48

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

Shades of Burgundy #910030

Tints of Burgundy #910030

RGB

 RED value IS 145 (57.03% from 255) = 75.13%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.13%
G = 0%
B = 24.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#910030 (or 0x910030) is known color: Burgundy. HEX triplet: 91, 00 and 30. RGB value is (145,0,48). Sum of RGB (Red+Green+Blue) = 145+0+48=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #910030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910030 is #6EFFCF. Grayscale: #303030. Windows color (decimal): -7274448 or 3145873. OLE color: 3145873.

HSL color Cylindrical-coordinate representation of color #910030: hue angle of 340.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910030 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 48 -
CMYK 0 1 0.67 0.43
HSL 340.14º 1% 0.28% -
HSV(B) 340.14º 1% 0.57% -
XYZ 12.21 6.23 3.36 -
YUV 48.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 145 0 48 0 1 0.67 0.43 340.14 1 0.28
Hex 91 0 30 0 64 43 2B 154 64 1C
Octal 221 0 60 0 144 103 53 524 144 34
Binary 10010001 0 110000 0 1100100 1000011 101011 101010100 1100100 11100

Color Harmonies of #910030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910030

Black with #910030

Text Example


Text Example

White with #910030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910030; }

 p { color: rgb(145,0,48); }

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

background-color css

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

 a { background-color: rgb(145,0,48); }

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

border-color css

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

 span { border-color: rgb(145,0,48); }

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