Html Css Color HEX #8C1325 Burgundy

📋 copy color: '#8C1325'

red 140 ◦ green 19 ◦ blue 37

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

Shades of Burgundy #8C1325

Tints of Burgundy #8C1325

RGB

 RED value IS 140 (55.08% from 255) = 71.43%

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 71.43%
G = 9.69%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C1325 (or 0x8C1325) is known color: Burgundy. HEX triplet: 8C, 13 and 25. RGB value is (140,19,37). Sum of RGB (Red+Green+Blue) = 140+19+37=196 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.43% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1325 is #73ECDA. Grayscale: #393939. Windows color (decimal): -7597275 or 2429836. OLE color: 2429836.

HSL color Cylindrical-coordinate representation of color #8C1325: hue angle of 351.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1325 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 19 37 -
CMYK 0 0.86 0.74 0.45
HSL 351.07º 0.76% 0.31% -
HSV(B) 351.07º 0.86% 0.55% -
XYZ 11.38 6.17 2.34 -
YUV 57.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 140 19 37 0 0.86 0.74 0.45 351.07 0.76 0.31
Hex 8C 13 25 0 56 4A 2D 15F 4C 1F
Octal 214 23 45 0 126 112 55 537 114 37
Binary 10001100 10011 100101 0 1010110 1001010 101101 101011111 1001100 11111

Color Harmonies of #8C1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1325

Black with #8C1325

Text Example


Text Example

White with #8C1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C1325; }

 p { color: rgb(140,19,37); }

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

background-color css

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

 a { background-color: rgb(140,19,37); }

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

border-color css

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

 span { border-color: rgb(140,19,37); }

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