Html Css Color HEX #910B3C Burgundy

📋 copy color: '#910B3C'

red 145 ◦ green 11 ◦ blue 60

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

Shades of Burgundy #910B3C

Tints of Burgundy #910B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 67.13%
G = 5.09%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#910B3C (or 0x910B3C) is known color: Burgundy. HEX triplet: 91, 0B and 3C. RGB value is (145,11,60). Sum of RGB (Red+Green+Blue) = 145+11+60=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #910B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B3C is #6EF4C3. Grayscale: #383838. Windows color (decimal): -7271620 or 3935121. OLE color: 3935121.

HSL color Cylindrical-coordinate representation of color #910B3C: hue angle of 338.06º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910B3C is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 11 60 -
CMYK 0 0.92 0.59 0.43
HSL 338.06º 0.86% 0.31% -
HSV(B) 338.06º 0.92% 0.57% -
XYZ 12.61 6.59 4.88 -
YUV 56.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 145 11 60 0 0.92 0.59 0.43 338.06 0.86 0.31
Hex 91 B 3C 0 5C 3B 2B 152 56 1F
Octal 221 13 74 0 134 73 53 522 126 37
Binary 10010001 1011 111100 0 1011100 111011 101011 101010010 1010110 11111

Color Harmonies of #910B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B3C

Black with #910B3C

Text Example


Text Example

White with #910B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910B3C; }

 p { color: rgb(145,11,60); }

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

background-color css

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

 a { background-color: rgb(145,11,60); }

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

border-color css

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

 span { border-color: rgb(145,11,60); }

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