Html Css Color HEX #910D33 Burgundy

📋 copy color: '#910D33'

red 145 ◦ green 13 ◦ blue 51

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

Shades of Burgundy #910D33

Tints of Burgundy #910D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 69.38%
G = 6.22%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#910D33 (or 0x910D33) is known color: Burgundy. HEX triplet: 91, 0D and 33. RGB value is (145,13,51). Sum of RGB (Red+Green+Blue) = 145+13+51=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #910D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D33 is #6EF2CC. Grayscale: #383838. Windows color (decimal): -7271117 or 3345809. OLE color: 3345809.

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

Color convert

RGB 145 13 51 -
CMYK 0 0.91 0.65 0.43
HSL 342.73º 0.84% 0.31% -
HSV(B) 342.73º 0.91% 0.57% -
XYZ 12.42 6.55 3.74 -
YUV 56.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 145 13 51 0 0.91 0.65 0.43 342.73 0.84 0.31
Hex 91 D 33 0 5B 41 2B 157 54 1F
Octal 221 15 63 0 133 101 53 527 124 37
Binary 10010001 1101 110011 0 1011011 1000001 101011 101010111 1010100 11111

Color Harmonies of #910D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D33

Black with #910D33

Text Example


Text Example

White with #910D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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