Html Css Color HEX #860225 Burgundy

📋 copy color: '#860225'

red 134 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #860225

Tints of Burgundy #860225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 77.46%
G = 1.16%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#860225 (or 0x860225) is known color: Burgundy. HEX triplet: 86, 02 and 25. RGB value is (134,2,37). Sum of RGB (Red+Green+Blue) = 134+2+37=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #860225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860225 is #79FDDA. Grayscale: #2D2D2D. Windows color (decimal): -7994843 or 2425478. OLE color: 2425478.

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

Color convert

RGB 134 2 37 -
CMYK 0 0.99 0.72 0.47
HSL 344.09º 0.97% 0.27% -
HSV(B) 344.09º 0.99% 0.53% -
XYZ 10.19 5.25 2.23 -
YUV 45.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 134 2 37 0 0.99 0.72 0.47 344.09 0.97 0.27
Hex 86 2 25 0 63 48 2F 158 61 1B
Octal 206 2 45 0 143 110 57 530 141 33
Binary 10000110 10 100101 0 1100011 1001000 101111 101011000 1100001 11011

Color Harmonies of #860225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860225

Black with #860225

Text Example


Text Example

White with #860225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860225; }

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

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

background-color css

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

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

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

border-color css

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

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

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