Html Css Color HEX #860330 Burgundy

📋 copy color: '#860330'

red 134 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #860330

Tints of Burgundy #860330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 72.43%
G = 1.62%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#860330 (or 0x860330) is known color: Burgundy. HEX triplet: 86, 03 and 30. RGB value is (134,3,48). Sum of RGB (Red+Green+Blue) = 134+3+48=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #860330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860330 is #79FCCF. Grayscale: #2F2F2F. Windows color (decimal): -7994576 or 3146630. OLE color: 3146630.

HSL color Cylindrical-coordinate representation of color #860330: hue angle of 339.39º 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 #860330 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 3 48 -
CMYK 0 0.98 0.64 0.47
HSL 339.39º 0.96% 0.27% -
HSV(B) 339.39º 0.98% 0.53% -
XYZ 10.4 5.35 3.28 -
YUV 47.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 134 3 48 0 0.98 0.64 0.47 339.39 0.96 0.27
Hex 86 3 30 0 62 40 2F 153 60 1B
Octal 206 3 60 0 142 100 57 523 140 33
Binary 10000110 11 110000 0 1100010 1000000 101111 101010011 1100000 11011

Color Harmonies of #860330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860330

Black with #860330

Text Example


Text Example

White with #860330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860330; }

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

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

background-color css

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

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

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

border-color css

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

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

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