Html Css Color HEX #910D31 Burgundy

📋 copy color: '#910D31'

red 145 ◦ green 13 ◦ blue 49

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

Shades of Burgundy #910D31

Tints of Burgundy #910D31

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.28%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 70.05%
G = 6.28%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#910D31 (or 0x910D31) is known color: Burgundy. HEX triplet: 91, 0D and 31. RGB value is (145,13,49). Sum of RGB (Red+Green+Blue) = 145+13+49=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #910D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D31 is #6EF2CE. Grayscale: #383838. Windows color (decimal): -7271119 or 3214737. OLE color: 3214737.

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

Color convert

RGB 145 13 49 -
CMYK 0 0.91 0.66 0.43
HSL 343.64º 0.84% 0.31% -
HSV(B) 343.64º 0.91% 0.57% -
XYZ 12.38 6.53 3.51 -
YUV 56.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 145 13 49 0 0.91 0.66 0.43 343.64 0.84 0.31
Hex 91 D 31 0 5B 42 2B 158 54 1F
Octal 221 15 61 0 133 102 53 530 124 37
Binary 10010001 1101 110001 0 1011011 1000010 101011 101011000 1010100 11111

Color Harmonies of #910D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D31

Black with #910D31

Text Example


Text Example

White with #910D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,13,49); }

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

background-color css

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

 a { background-color: rgb(145,13,49); }

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

border-color css

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

 span { border-color: rgb(145,13,49); }

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