Html Css Color HEX #910028 Burgundy

📋 copy color: '#910028'

red 145 ◦ green 0 ◦ blue 40

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

Shades of Burgundy #910028

Tints of Burgundy #910028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 78.38%
G = 0%
B = 21.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910028 (or 0x910028) is known color: Burgundy. HEX triplet: 91, 00 and 28. RGB value is (145,0,40). Sum of RGB (Red+Green+Blue) = 145+0+40=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #910028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910028 is #6EFFD7. Grayscale: #2F2F2F. Windows color (decimal): -7274456 or 2621585. OLE color: 2621585.

HSL color Cylindrical-coordinate representation of color #910028: hue angle of 343.45º 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 #910028 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 40 -
CMYK 0 1 0.72 0.43
HSL 343.45º 1% 0.28% -
HSV(B) 343.45º 1% 0.57% -
XYZ 12.06 6.17 2.56 -
YUV 47.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 145 0 40 0 1 0.72 0.43 343.45 1 0.28
Hex 91 0 28 0 64 48 2B 157 64 1C
Octal 221 0 50 0 144 110 53 527 144 34
Binary 10010001 0 101000 0 1100100 1001000 101011 101010111 1100100 11100

Color Harmonies of #910028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910028

Black with #910028

Text Example


Text Example

White with #910028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910028; }

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

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

background-color css

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

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

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

border-color css

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

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

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