Html Css Color HEX #910228 Burgundy

📋 copy color: '#910228'

red 145 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #910228

Tints of Burgundy #910228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

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

R = 77.54%
G = 1.07%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910228 (or 0x910228) is known color: Burgundy. HEX triplet: 91, 02 and 28. RGB value is (145,2,40). Sum of RGB (Red+Green+Blue) = 145+2+40=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #910228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910228 is #6EFDD7. Grayscale: #313131. Windows color (decimal): -7273944 or 2622097. OLE color: 2622097.

HSL color Cylindrical-coordinate representation of color #910228: hue angle of 344.06º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910228 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 40 -
CMYK 0 0.99 0.72 0.43
HSL 344.06º 0.97% 0.29% -
HSV(B) 344.06º 0.99% 0.57% -
XYZ 12.08 6.22 2.57 -
YUV 49.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 145 2 40 0 0.99 0.72 0.43 344.06 0.97 0.29
Hex 91 2 28 0 63 48 2B 158 61 1D
Octal 221 2 50 0 143 110 53 530 141 35
Binary 10010001 10 101000 0 1100011 1001000 101011 101011000 1100001 11101

Color Harmonies of #910228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910228

Black with #910228

Text Example


Text Example

White with #910228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910228; }

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

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

background-color css

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

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

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

border-color css

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

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

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