Html Css Color HEX #860232 Burgundy

📋 copy color: '#860232'

red 134 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #860232

Tints of Burgundy #860232

RGB

 RED value IS 134 (52.73% from 255) = 72.04%

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 72.04%
G = 1.08%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#860232 (or 0x860232) is known color: Burgundy. HEX triplet: 86, 02 and 32. RGB value is (134,2,50). Sum of RGB (Red+Green+Blue) = 134+2+50=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #860232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860232 is #79FDCD. Grayscale: #2E2E2E. Windows color (decimal): -7994830 or 3277446. OLE color: 3277446.

HSL color Cylindrical-coordinate representation of color #860232: hue angle of 338.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860232 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 2 50 -
CMYK 0 0.99 0.63 0.47
HSL 338.18º 0.97% 0.27% -
HSV(B) 338.18º 0.99% 0.53% -
XYZ 10.43 5.34 3.5 -
YUV 46.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 134 2 50 0 0.99 0.63 0.47 338.18 0.97 0.27
Hex 86 2 32 0 63 3F 2F 152 61 1B
Octal 206 2 62 0 143 77 57 522 141 33
Binary 10000110 10 110010 0 1100011 111111 101111 101010010 1100001 11011

Color Harmonies of #860232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860232

Black with #860232

Text Example


Text Example

White with #860232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860232; }

 p { color: rgb(134,2,50); }

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

background-color css

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

 a { background-color: rgb(134,2,50); }

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

border-color css

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

 span { border-color: rgb(134,2,50); }

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