Html Css Color HEX #910336 Burgundy

📋 copy color: '#910336'

red 145 ◦ green 3 ◦ blue 54

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

Shades of Burgundy #910336

Tints of Burgundy #910336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 71.78%
G = 1.49%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910336 (or 0x910336) is known color: Burgundy. HEX triplet: 91, 03 and 36. RGB value is (145,3,54). Sum of RGB (Red+Green+Blue) = 145+3+54=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #910336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910336 is #6EFCC9. Grayscale: #333333. Windows color (decimal): -7273674 or 3539857. OLE color: 3539857.

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

Color convert

RGB 145 3 54 -
CMYK 0 0.98 0.63 0.43
HSL 338.45º 0.96% 0.29% -
HSV(B) 338.45º 0.98% 0.57% -
XYZ 12.38 6.35 4.06 -
YUV 51.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 145 3 54 0 0.98 0.63 0.43 338.45 0.96 0.29
Hex 91 3 36 0 62 3F 2B 152 60 1D
Octal 221 3 66 0 142 77 53 522 140 35
Binary 10010001 11 110110 0 1100010 111111 101011 101010010 1100000 11101

Color Harmonies of #910336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910336

Black with #910336

Text Example


Text Example

White with #910336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910336; }

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

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

background-color css

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

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

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

border-color css

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

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

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