Html Css Color HEX #910135 Burgundy

📋 copy color: '#910135'

red 145 ◦ green 1 ◦ blue 53

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

Shades of Burgundy #910135

Tints of Burgundy #910135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 72.86%
G = 0.5%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#910135 (or 0x910135) is known color: Burgundy. HEX triplet: 91, 01 and 35. RGB value is (145,1,53). Sum of RGB (Red+Green+Blue) = 145+1+53=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910135 is #6EFECA. Grayscale: #313131. Windows color (decimal): -7274187 or 3473809. OLE color: 3473809.

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

Color convert

RGB 145 1 53 -
CMYK 0 0.99 0.63 0.43
HSL 338.33º 0.99% 0.29% -
HSV(B) 338.33º 0.99% 0.57% -
XYZ 12.33 6.3 3.93 -
YUV 49.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 145 1 53 0 0.99 0.63 0.43 338.33 0.99 0.29
Hex 91 1 35 0 63 3F 2B 152 63 1D
Octal 221 1 65 0 143 77 53 522 143 35
Binary 10010001 1 110101 0 1100011 111111 101011 101010010 1100011 11101

Color Harmonies of #910135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910135

Black with #910135

Text Example


Text Example

White with #910135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910135; }

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

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

background-color css

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

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

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

border-color css

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

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

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