Html Css Color HEX #910239 Burgundy

📋 copy color: '#910239'

red 145 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #910239

Tints of Burgundy #910239

RGB

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

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

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

R = 71.08%
G = 0.98%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#910239 (or 0x910239) is known color: Burgundy. HEX triplet: 91, 02 and 39. RGB value is (145,2,57). Sum of RGB (Red+Green+Blue) = 145+2+57=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #910239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910239 is #6EFDC6. Grayscale: #323232. Windows color (decimal): -7273927 or 3736209. OLE color: 3736209.

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

Color convert

RGB 145 2 57 -
CMYK 0 0.99 0.61 0.43
HSL 336.92º 0.97% 0.29% -
HSV(B) 336.92º 0.99% 0.57% -
XYZ 12.44 6.36 4.44 -
YUV 51.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 145 2 57 0 0.99 0.61 0.43 336.92 0.97 0.29
Hex 91 2 39 0 63 3D 2B 151 61 1D
Octal 221 2 71 0 143 75 53 521 141 35
Binary 10010001 10 111001 0 1100011 111101 101011 101010001 1100001 11101

Color Harmonies of #910239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910239

Black with #910239

Text Example


Text Example

White with #910239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910239; }

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

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

background-color css

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

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

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

border-color css

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

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

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