Html Css Color HEX #850618 Burgundy

📋 copy color: '#850618'

red 133 ◦ green 6 ◦ blue 24

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

Shades of Burgundy #850618

Tints of Burgundy #850618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 81.6%
G = 3.68%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#850618 (or 0x850618) is known color: Burgundy. HEX triplet: 85, 06 and 18. RGB value is (133,6,24). Sum of RGB (Red+Green+Blue) = 133+6+24=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #850618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850618 is #7AF9E7. Grayscale: #2E2E2E. Windows color (decimal): -8059368 or 1574533. OLE color: 1574533.

HSL color Cylindrical-coordinate representation of color #850618: hue angle of 351.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850618 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 6 24 -
CMYK 0 0.95 0.82 0.48
HSL 351.5º 0.91% 0.27% -
HSV(B) 351.5º 0.95% 0.52% -
XYZ 9.9 5.18 1.34 -
YUV 46.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 133 6 24 0 0.95 0.82 0.48 351.5 0.91 0.27
Hex 85 6 18 0 5F 52 30 15F 5B 1B
Octal 205 6 30 0 137 122 60 537 133 33
Binary 10000101 110 11000 0 1011111 1010010 110000 101011111 1011011 11011

Color Harmonies of #850618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850618

Black with #850618

Text Example


Text Example

White with #850618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850618; }

 p { color: rgb(133,6,24); }

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

background-color css

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

 a { background-color: rgb(133,6,24); }

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

border-color css

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

 span { border-color: rgb(133,6,24); }

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