Html Css Color HEX #91003D Burgundy

📋 copy color: '#91003D'

red 145 ◦ green 0 ◦ blue 61

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

Shades of Burgundy #91003D

Tints of Burgundy #91003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 70.39%
G = 0%
B = 29.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#91003D (or 0x91003D) is known color: Burgundy. HEX triplet: 91, 00 and 3D. RGB value is (145,0,61). Sum of RGB (Red+Green+Blue) = 145+0+61=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91003D is #6EFFC2. Grayscale: #323232. Windows color (decimal): -7274435 or 3997841. OLE color: 3997841.

HSL color Cylindrical-coordinate representation of color #91003D: hue angle of 334.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91003D is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 0 61 -
CMYK 0 1 0.58 0.43
HSL 334.76º 1% 0.28% -
HSV(B) 334.76º 1% 0.57% -
XYZ 12.52 6.36 4.98 -
YUV 50.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 145 0 61 0 1 0.58 0.43 334.76 1 0.28
Hex 91 0 3D 0 64 3A 2B 14F 64 1C
Octal 221 0 75 0 144 72 53 517 144 34
Binary 10010001 0 111101 0 1100100 111010 101011 101001111 1100100 11100

Color Harmonies of #91003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91003D

Black with #91003D

Text Example


Text Example

White with #91003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91003D; }

 p { color: rgb(145,0,61); }

 H1.HeaderClassName
 {
   color: #91003D;
 }
 .AnyTagClassName
 {
   color: #91003D;
 }
</style>

background-color css

<style>
 a { background-color: #91003D; }

 a { background-color: rgb(145,0,61); }

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

border-color css

<style>
 span { border-color: #91003D; }

 span { border-color: rgb(145,0,61); }

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