Html Css Color HEX #910C3A Burgundy

📋 copy color: '#910C3A'

red 145 ◦ green 12 ◦ blue 58

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

Shades of Burgundy #910C3A

Tints of Burgundy #910C3A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 67.44%
G = 5.58%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#910C3A (or 0x910C3A) is known color: Burgundy. HEX triplet: 91, 0C and 3A. RGB value is (145,12,58). Sum of RGB (Red+Green+Blue) = 145+12+58=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #910C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C3A is #6EF3C5. Grayscale: #383838. Windows color (decimal): -7271366 or 3804305. OLE color: 3804305.

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

Color convert

RGB 145 12 58 -
CMYK 0 0.92 0.6 0.43
HSL 339.25º 0.85% 0.31% -
HSV(B) 339.25º 0.92% 0.57% -
XYZ 12.57 6.59 4.61 -
YUV 57.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 145 12 58 0 0.92 0.6 0.43 339.25 0.85 0.31
Hex 91 C 3A 0 5C 3C 2B 153 55 1F
Octal 221 14 72 0 134 74 53 523 125 37
Binary 10010001 1100 111010 0 1011100 111100 101011 101010011 1010101 11111

Color Harmonies of #910C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C3A

Black with #910C3A

Text Example


Text Example

White with #910C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,12,58); }

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

background-color css

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

 a { background-color: rgb(145,12,58); }

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

border-color css

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

 span { border-color: rgb(145,12,58); }

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