Html Css Color HEX #8C1023 Burgundy

📋 copy color: '#8C1023'

red 140 ◦ green 16 ◦ blue 35

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

Shades of Burgundy #8C1023

Tints of Burgundy #8C1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 35 (14.06% from 255) = 18.32%

R = 73.3%
G = 8.38%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C1023 (or 0x8C1023) is known color: Burgundy. HEX triplet: 8C, 10 and 23. RGB value is (140,16,35). Sum of RGB (Red+Green+Blue) = 140+16+35=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1023 is #73EFDC. Grayscale: #373737. Windows color (decimal): -7598045 or 2297996. OLE color: 2297996.

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

Color convert

RGB 140 16 35 -
CMYK 0 0.89 0.75 0.45
HSL 350.81º 0.79% 0.31% -
HSV(B) 350.81º 0.89% 0.55% -
XYZ 11.3 6.07 2.17 -
YUV 55.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 140 16 35 0 0.89 0.75 0.45 350.81 0.79 0.31
Hex 8C 10 23 0 59 4B 2D 15F 4F 1F
Octal 214 20 43 0 131 113 55 537 117 37
Binary 10001100 10000 100011 0 1011001 1001011 101101 101011111 1001111 11111

Color Harmonies of #8C1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1023

Black with #8C1023

Text Example


Text Example

White with #8C1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,35); }

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

background-color css

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

 a { background-color: rgb(140,16,35); }

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

border-color css

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

 span { border-color: rgb(140,16,35); }

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