Html Css Color HEX #91023C Burgundy

📋 copy color: '#91023C'

red 145 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #91023C

Tints of Burgundy #91023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 60 (23.83% from 255) = 28.99%

R = 70.05%
G = 0.97%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#91023C (or 0x91023C) is known color: Burgundy. HEX triplet: 91, 02 and 3C. RGB value is (145,2,60). Sum of RGB (Red+Green+Blue) = 145+2+60=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #91023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91023C is #6EFDC3. Grayscale: #333333. Windows color (decimal): -7273924 or 3932817. OLE color: 3932817.

HSL color Cylindrical-coordinate representation of color #91023C: hue angle of 335.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91023C is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 2 60 -
CMYK 0 0.99 0.59 0.43
HSL 335.66º 0.97% 0.29% -
HSV(B) 335.66º 0.99% 0.57% -
XYZ 12.51 6.39 4.85 -
YUV 51.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 145 2 60 0 0.99 0.59 0.43 335.66 0.97 0.29
Hex 91 2 3C 0 63 3B 2B 150 61 1D
Octal 221 2 74 0 143 73 53 520 141 35
Binary 10010001 10 111100 0 1100011 111011 101011 101010000 1100001 11101

Color Harmonies of #91023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91023C

Black with #91023C

Text Example


Text Example

White with #91023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91023C; }

 p { color: rgb(145,2,60); }

 H1.HeaderClassName
 {
   color: #91023C;
 }
 .AnyTagClassName
 {
   color: #91023C;
 }
</style>

background-color css

<style>
 a { background-color: #91023C; }

 a { background-color: rgb(145,2,60); }

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

border-color css

<style>
 span { border-color: #91023C; }

 span { border-color: rgb(145,2,60); }

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