Html Css Color HEX #851023 Burgundy

📋 copy color: '#851023'

red 133 ◦ green 16 ◦ blue 35

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

Shades of Burgundy #851023

Tints of Burgundy #851023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.02%

R = 72.28%
G = 8.7%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#851023 (or 0x851023) is known color: Burgundy. HEX triplet: 85, 10 and 23. RGB value is (133,16,35). Sum of RGB (Red+Green+Blue) = 133+16+35=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #851023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851023 is #7AEFDC. Grayscale: #353535. Windows color (decimal): -8056797 or 2297989. OLE color: 2297989.

HSL color Cylindrical-coordinate representation of color #851023: hue angle of 350.26º 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 #851023 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 35 -
CMYK 0 0.88 0.74 0.48
HSL 350.26º 0.79% 0.29% -
HSV(B) 350.26º 0.88% 0.52% -
XYZ 10.16 5.48 2.11 -
YUV 53.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 133 16 35 0 0.88 0.74 0.48 350.26 0.79 0.29
Hex 85 10 23 0 58 4A 30 15E 4F 1D
Octal 205 20 43 0 130 112 60 536 117 35
Binary 10000101 10000 100011 0 1011000 1001010 110000 101011110 1001111 11101

Color Harmonies of #851023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851023

Black with #851023

Text Example


Text Example

White with #851023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851023; }

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

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

background-color css

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

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

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

border-color css

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

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

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