Html Css Color HEX #910328 Burgundy

📋 copy color: '#910328'

red 145 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #910328

Tints of Burgundy #910328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 77.13%
G = 1.6%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910328 (or 0x910328) is known color: Burgundy. HEX triplet: 91, 03 and 28. RGB value is (145,3,40). Sum of RGB (Red+Green+Blue) = 145+3+40=188 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.13% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 145 - color contains mainly: red. Hex color #910328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910328 is #6EFCD7. Grayscale: #313131. Windows color (decimal): -7273688 or 2622353. OLE color: 2622353.

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

Color convert

RGB 145 3 40 -
CMYK 0 0.98 0.72 0.43
HSL 344.37º 0.96% 0.29% -
HSV(B) 344.37º 0.98% 0.57% -
XYZ 12.09 6.24 2.57 -
YUV 49.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 145 3 40 0 0.98 0.72 0.43 344.37 0.96 0.29
Hex 91 3 28 0 62 48 2B 158 60 1D
Octal 221 3 50 0 142 110 53 530 140 35
Binary 10010001 11 101000 0 1100010 1001000 101011 101011000 1100000 11101

Color Harmonies of #910328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910328

Black with #910328

Text Example


Text Example

White with #910328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910328; }

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

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

background-color css

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

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

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

border-color css

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

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

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