Html Css Color HEX #910A38 Burgundy

📋 copy color: '#910A38'

red 145 ◦ green 10 ◦ blue 56

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

Shades of Burgundy #910A38

Tints of Burgundy #910A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 68.72%
G = 4.74%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910A38 (or 0x910A38) is known color: Burgundy. HEX triplet: 91, 0A and 38. RGB value is (145,10,56). Sum of RGB (Red+Green+Blue) = 145+10+56=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #910A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A38 is #6EF5C7. Grayscale: #373737. Windows color (decimal): -7271880 or 3672721. OLE color: 3672721.

HSL color Cylindrical-coordinate representation of color #910A38: hue angle of 339.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A38 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 10 56 -
CMYK 0 0.93 0.61 0.43
HSL 339.56º 0.87% 0.3% -
HSV(B) 339.56º 0.93% 0.57% -
XYZ 12.5 6.52 4.34 -
YUV 55.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 145 10 56 0 0.93 0.61 0.43 339.56 0.87 0.3
Hex 91 A 38 0 5D 3D 2B 154 57 1E
Octal 221 12 70 0 135 75 53 524 127 36
Binary 10010001 1010 111000 0 1011101 111101 101011 101010100 1010111 11110

Color Harmonies of #910A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910A38

Black with #910A38

Text Example


Text Example

White with #910A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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