Html Css Color HEX #910B38 Burgundy

📋 copy color: '#910B38'

red 145 ◦ green 11 ◦ blue 56

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

Shades of Burgundy #910B38

Tints of Burgundy #910B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.42%

R = 68.4%
G = 5.19%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910B38 (or 0x910B38) is known color: Burgundy. HEX triplet: 91, 0B and 38. RGB value is (145,11,56). Sum of RGB (Red+Green+Blue) = 145+11+56=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #910B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910B38 is #6EF4C7. Grayscale: #383838. Windows color (decimal): -7271624 or 3672977. OLE color: 3672977.

HSL color Cylindrical-coordinate representation of color #910B38: hue angle of 339.85º 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 #910B38 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 11 56 -
CMYK 0 0.92 0.61 0.43
HSL 339.85º 0.86% 0.31% -
HSV(B) 339.85º 0.92% 0.57% -
XYZ 12.51 6.54 4.35 -
YUV 56.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 145 11 56 0 0.92 0.61 0.43 339.85 0.86 0.31
Hex 91 B 38 0 5C 3D 2B 154 56 1F
Octal 221 13 70 0 134 75 53 524 126 37
Binary 10010001 1011 111000 0 1011100 111101 101011 101010100 1010110 11111

Color Harmonies of #910B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910B38

Black with #910B38

Text Example


Text Example

White with #910B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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