Html Css Color HEX #910339 Burgundy

📋 copy color: '#910339'

red 145 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #910339

Tints of Burgundy #910339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 70.73%
G = 1.46%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910339 (or 0x910339) is known color: Burgundy. HEX triplet: 91, 03 and 39. RGB value is (145,3,57). Sum of RGB (Red+Green+Blue) = 145+3+57=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #910339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910339 is #6EFCC6. Grayscale: #333333. Windows color (decimal): -7273671 or 3736465. OLE color: 3736465.

HSL color Cylindrical-coordinate representation of color #910339: hue angle of 337.18º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910339 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 3 57 -
CMYK 0 0.98 0.61 0.43
HSL 337.18º 0.96% 0.29% -
HSV(B) 337.18º 0.98% 0.57% -
XYZ 12.45 6.38 4.45 -
YUV 51.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 145 3 57 0 0.98 0.61 0.43 337.18 0.96 0.29
Hex 91 3 39 0 62 3D 2B 151 60 1D
Octal 221 3 71 0 142 75 53 521 140 35
Binary 10010001 11 111001 0 1100010 111101 101011 101010001 1100000 11101

Color Harmonies of #910339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910339

Black with #910339

Text Example


Text Example

White with #910339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910339; }

 p { color: rgb(145,3,57); }

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

background-color css

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

 a { background-color: rgb(145,3,57); }

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

border-color css

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

 span { border-color: rgb(145,3,57); }

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