Html Css Color HEX #890926 Burgundy

📋 copy color: '#890926'

red 137 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #890926

Tints of Burgundy #890926

RGB

 RED value IS 137 (53.91% from 255) = 74.46%

 GREEN value IS 9 (3.91% from 255) = 4.89%

 BLUE value IS 38 (15.23% from 255) = 20.65%

R = 74.46%
G = 4.89%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#890926 (or 0x890926) is known color: Burgundy. HEX triplet: 89, 09 and 26. RGB value is (137,9,38). Sum of RGB (Red+Green+Blue) = 137+9+38=184 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.46% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 137 - color contains mainly: red. Hex color #890926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890926 is #76F6D9. Grayscale: #323232. Windows color (decimal): -7796442 or 2492809. OLE color: 2492809.

HSL color Cylindrical-coordinate representation of color #890926: hue angle of 346.41º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890926 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 9 38 -
CMYK 0 0.93 0.72 0.46
HSL 346.41º 0.88% 0.29% -
HSV(B) 346.41º 0.93% 0.54% -
XYZ 10.76 5.65 2.36 -
YUV 50.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 137 9 38 0 0.93 0.72 0.46 346.41 0.88 0.29
Hex 89 9 26 0 5D 48 2E 15A 58 1D
Octal 211 11 46 0 135 110 56 532 130 35
Binary 10001001 1001 100110 0 1011101 1001000 101110 101011010 1011000 11101

Color Harmonies of #890926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890926

Black with #890926

Text Example


Text Example

White with #890926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890926; }

 p { color: rgb(137,9,38); }

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

background-color css

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

 a { background-color: rgb(137,9,38); }

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

border-color css

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

 span { border-color: rgb(137,9,38); }

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