Html Css Color HEX #910C33 Burgundy

📋 copy color: '#910C33'

red 145 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #910C33

Tints of Burgundy #910C33

RGB

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

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

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

R = 69.71%
G = 5.77%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#910C33 (or 0x910C33) is known color: Burgundy. HEX triplet: 91, 0C and 33. RGB value is (145,12,51). Sum of RGB (Red+Green+Blue) = 145+12+51=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #910C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C33 is #6EF3CC. Grayscale: #383838. Windows color (decimal): -7271373 or 3345553. OLE color: 3345553.

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

Color convert

RGB 145 12 51 -
CMYK 0 0.92 0.65 0.43
HSL 342.41º 0.85% 0.31% -
HSV(B) 342.41º 0.92% 0.57% -
XYZ 12.41 6.52 3.74 -
YUV 56.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 145 12 51 0 0.92 0.65 0.43 342.41 0.85 0.31
Hex 91 C 33 0 5C 41 2B 156 55 1F
Octal 221 14 63 0 134 101 53 526 125 37
Binary 10010001 1100 110011 0 1011100 1000001 101011 101010110 1010101 11111

Color Harmonies of #910C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910C33

Black with #910C33

Text Example


Text Example

White with #910C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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