Html Css Color HEX #910130 Burgundy

📋 copy color: '#910130'

red 145 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #910130

Tints of Burgundy #910130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 74.74%
G = 0.52%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#910130 (or 0x910130) is known color: Burgundy. HEX triplet: 91, 01 and 30. RGB value is (145,1,48). Sum of RGB (Red+Green+Blue) = 145+1+48=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #910130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910130 is #6EFECF. Grayscale: #313131. Windows color (decimal): -7274192 or 3146129. OLE color: 3146129.

HSL color Cylindrical-coordinate representation of color #910130: hue angle of 340.42º degrees, saturation: 0.99, 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 #910130 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 1 48 -
CMYK 0 0.99 0.67 0.43
HSL 340.42º 0.99% 0.29% -
HSV(B) 340.42º 0.99% 0.57% -
XYZ 12.22 6.25 3.36 -
YUV 49.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 145 1 48 0 0.99 0.67 0.43 340.42 0.99 0.29
Hex 91 1 30 0 63 43 2B 154 63 1D
Octal 221 1 60 0 143 103 53 524 143 35
Binary 10010001 1 110000 0 1100011 1000011 101011 101010100 1100011 11101

Color Harmonies of #910130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910130

Black with #910130

Text Example


Text Example

White with #910130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910130; }

 p { color: rgb(145,1,48); }

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

background-color css

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

 a { background-color: rgb(145,1,48); }

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

border-color css

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

 span { border-color: rgb(145,1,48); }

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