Html Css Color HEX #910536 Burgundy

📋 copy color: '#910536'

red 145 ◦ green 5 ◦ blue 54

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

Shades of Burgundy #910536

Tints of Burgundy #910536

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 71.08%
G = 2.45%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910536 (or 0x910536) is known color: Burgundy. HEX triplet: 91, 05 and 36. RGB value is (145,5,54). Sum of RGB (Red+Green+Blue) = 145+5+54=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910536 is #6EFAC9. Grayscale: #343434. Windows color (decimal): -7273162 or 3540369. OLE color: 3540369.

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

Color convert

RGB 145 5 54 -
CMYK 0 0.97 0.63 0.43
HSL 339º 0.93% 0.29% -
HSV(B) 339º 0.97% 0.57% -
XYZ 12.4 6.39 4.07 -
YUV 52.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 145 5 54 0 0.97 0.63 0.43 339 0.93 0.29
Hex 91 5 36 0 61 3F 2B 153 5D 1D
Octal 221 5 66 0 141 77 53 523 135 35
Binary 10010001 101 110110 0 1100001 111111 101011 101010011 1011101 11101

Color Harmonies of #910536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910536

Black with #910536

Text Example


Text Example

White with #910536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910536; }

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

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

background-color css

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

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

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

border-color css

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

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

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