Html Css Color HEX #85091C Burgundy

📋 copy color: '#85091C'

red 133 ◦ green 9 ◦ blue 28

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

Shades of Burgundy #85091C

Tints of Burgundy #85091C

RGB

 RED value IS 133 (52.34% from 255) = 78.24%

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 78.24%
G = 5.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85091C (or 0x85091C) is known color: Burgundy. HEX triplet: 85, 09 and 1C. RGB value is (133,9,28). Sum of RGB (Red+Green+Blue) = 133+9+28=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #85091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85091C is #7AF6E3. Grayscale: #303030. Windows color (decimal): -8058596 or 1837445. OLE color: 1837445.

HSL color Cylindrical-coordinate representation of color #85091C: hue angle of 350.81º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85091C is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 28 -
CMYK 0 0.93 0.79 0.48
HSL 350.81º 0.87% 0.28% -
HSV(B) 350.81º 0.93% 0.52% -
XYZ 9.98 5.27 1.59 -
YUV 48.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 133 9 28 0 0.93 0.79 0.48 350.81 0.87 0.28
Hex 85 9 1C 0 5D 4F 30 15F 57 1C
Octal 205 11 34 0 135 117 60 537 127 34
Binary 10000101 1001 11100 0 1011101 1001111 110000 101011111 1010111 11100

Color Harmonies of #85091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85091C

Black with #85091C

Text Example


Text Example

White with #85091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85091C; }

 p { color: rgb(133,9,28); }

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

background-color css

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

 a { background-color: rgb(133,9,28); }

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

border-color css

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

 span { border-color: rgb(133,9,28); }

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