Html Css Color HEX #851024 Burgundy

📋 copy color: '#851024'

red 133 ◦ green 16 ◦ blue 36

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

Shades of Burgundy #851024

Tints of Burgundy #851024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 36 (14.45% from 255) = 19.46%

R = 71.89%
G = 8.65%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#851024 (or 0x851024) is known color: Burgundy. HEX triplet: 85, 10 and 24. RGB value is (133,16,36). Sum of RGB (Red+Green+Blue) = 133+16+36=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #851024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851024 is #7AEFDB. Grayscale: #353535. Windows color (decimal): -8056796 or 2363525. OLE color: 2363525.

HSL color Cylindrical-coordinate representation of color #851024: hue angle of 349.74º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851024 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 36 -
CMYK 0 0.88 0.73 0.48
HSL 349.74º 0.79% 0.29% -
HSV(B) 349.74º 0.88% 0.52% -
XYZ 10.18 5.48 2.19 -
YUV 53.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 133 16 36 0 0.88 0.73 0.48 349.74 0.79 0.29
Hex 85 10 24 0 58 49 30 15E 4F 1D
Octal 205 20 44 0 130 111 60 536 117 35
Binary 10000101 10000 100100 0 1011000 1001001 110000 101011110 1001111 11101

Color Harmonies of #851024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851024

Black with #851024

Text Example


Text Example

White with #851024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851024; }

 p { color: rgb(133,16,36); }

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

background-color css

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

 a { background-color: rgb(133,16,36); }

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

border-color css

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

 span { border-color: rgb(133,16,36); }

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