Html Css Color HEX #860C38 Burgundy

📋 copy color: '#860C38'

red 134 ◦ green 12 ◦ blue 56

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

Shades of Burgundy #860C38

Tints of Burgundy #860C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 66.34%
G = 5.94%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#860C38 (or 0x860C38) is known color: Burgundy. HEX triplet: 86, 0C and 38. RGB value is (134,12,56). Sum of RGB (Red+Green+Blue) = 134+12+56=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #860C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C38 is #79F3C7. Grayscale: #353535. Windows color (decimal): -7992264 or 3673222. OLE color: 3673222.

HSL color Cylindrical-coordinate representation of color #860C38: hue angle of 338.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C38 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 12 56 -
CMYK 0 0.91 0.58 0.47
HSL 338.36º 0.84% 0.29% -
HSV(B) 338.36º 0.91% 0.53% -
XYZ 10.68 5.62 4.26 -
YUV 53.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 134 12 56 0 0.91 0.58 0.47 338.36 0.84 0.29
Hex 86 C 38 0 5B 3A 2F 152 54 1D
Octal 206 14 70 0 133 72 57 522 124 35
Binary 10000110 1100 111000 0 1011011 111010 101111 101010010 1010100 11101

Color Harmonies of #860C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C38

Black with #860C38

Text Example


Text Example

White with #860C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860C38; }

 p { color: rgb(134,12,56); }

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

background-color css

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

 a { background-color: rgb(134,12,56); }

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

border-color css

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

 span { border-color: rgb(134,12,56); }

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