Html Css Color HEX #851035 Burgundy

📋 copy color: '#851035'

red 133 ◦ green 16 ◦ blue 53

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

Shades of Burgundy #851035

Tints of Burgundy #851035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 65.84%
G = 7.92%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#851035 (or 0x851035) is known color: Burgundy. HEX triplet: 85, 10 and 35. RGB value is (133,16,53). Sum of RGB (Red+Green+Blue) = 133+16+53=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #851035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851035 is #7AEFCA. Grayscale: #373737. Windows color (decimal): -8056779 or 3477637. OLE color: 3477637.

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

Color convert

RGB 133 16 53 -
CMYK 0 0.88 0.60 0.48
HSL 341.03º 0.79% 0.29% -
HSV(B) 341.03º 0.88% 0.52% -
XYZ 10.5 5.61 3.9 -
YUV 55.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 133 16 53 0 0.88 0.60 0.48 341.03 0.79 0.29
Hex 85 10 35 0 58 3C 30 155 4F 1D
Octal 205 20 65 0 130 74 60 525 117 35
Binary 10000101 10000 110101 0 1011000 111100 110000 101010101 1001111 11101

Color Harmonies of #851035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851035

Black with #851035

Text Example


Text Example

White with #851035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851035; }

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

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

background-color css

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

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

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

border-color css

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

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

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