Html Css Color HEX #860328 Burgundy

📋 copy color: '#860328'

red 134 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #860328

Tints of Burgundy #860328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 75.71%
G = 1.69%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#860328 (or 0x860328) is known color: Burgundy. HEX triplet: 86, 03 and 28. RGB value is (134,3,40). Sum of RGB (Red+Green+Blue) = 134+3+40=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860328 is #79FCD7. Grayscale: #2E2E2E. Windows color (decimal): -7994584 or 2622342. OLE color: 2622342.

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

Color convert

RGB 134 3 40 -
CMYK 0 0.98 0.70 0.47
HSL 343.05º 0.96% 0.27% -
HSV(B) 343.05º 0.98% 0.53% -
XYZ 10.25 5.29 2.49 -
YUV 46.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 134 3 40 0 0.98 0.70 0.47 343.05 0.96 0.27
Hex 86 3 28 0 62 46 2F 157 60 1B
Octal 206 3 50 0 142 106 57 527 140 33
Binary 10000110 11 101000 0 1100010 1000110 101111 101010111 1100000 11011

Color Harmonies of #860328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860328

Black with #860328

Text Example


Text Example

White with #860328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860328; }

 p { color: rgb(134,3,40); }

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

background-color css

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

 a { background-color: rgb(134,3,40); }

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

border-color css

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

 span { border-color: rgb(134,3,40); }

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