Html Css Color HEX #900834 Burgundy

📋 copy color: '#900834'

red 144 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #900834

Tints of Burgundy #900834

RGB

 RED value IS 144 (56.64% from 255) = 70.59%

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 52 (20.7% from 255) = 25.49%

R = 70.59%
G = 3.92%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#900834 (or 0x900834) is known color: Burgundy. HEX triplet: 90, 08 and 34. RGB value is (144,8,52). Sum of RGB (Red+Green+Blue) = 144+8+52=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #900834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900834 is #6FF7CB. Grayscale: #353535. Windows color (decimal): -7337932 or 3410064. OLE color: 3410064.

HSL color Cylindrical-coordinate representation of color #900834: hue angle of 340.59º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900834 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 8 52 -
CMYK 0 0.94 0.64 0.44
HSL 340.59º 0.89% 0.3% -
HSV(B) 340.59º 0.94% 0.56% -
XYZ 12.21 6.35 3.83 -
YUV 53.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 144 8 52 0 0.94 0.64 0.44 340.59 0.89 0.3
Hex 90 8 34 0 5E 40 2C 155 59 1E
Octal 220 10 64 0 136 100 54 525 131 36
Binary 10010000 1000 110100 0 1011110 1000000 101100 101010101 1011001 11110

Color Harmonies of #900834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900834

Black with #900834

Text Example


Text Example

White with #900834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900834; }

 p { color: rgb(144,8,52); }

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

background-color css

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

 a { background-color: rgb(144,8,52); }

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

border-color css

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

 span { border-color: rgb(144,8,52); }

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