Html Css Color HEX #8C0838 Burgundy

📋 copy color: '#8C0838'

red 140 ◦ green 8 ◦ blue 56

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

Shades of Burgundy #8C0838

Tints of Burgundy #8C0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

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

R = 68.63%
G = 3.92%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C0838 (or 0x8C0838) is known color: Burgundy. HEX triplet: 8C, 08 and 38. RGB value is (140,8,56). Sum of RGB (Red+Green+Blue) = 140+8+56=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0838 is #73F7C7. Grayscale: #343434. Windows color (decimal): -7600072 or 3672204. OLE color: 3672204.

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

Color convert

RGB 140 8 56 -
CMYK 0 0.94 0.6 0.45
HSL 338.18º 0.89% 0.29% -
HSV(B) 338.18º 0.94% 0.55% -
XYZ 11.62 6.03 4.29 -
YUV 52.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 140 8 56 0 0.94 0.6 0.45 338.18 0.89 0.29
Hex 8C 8 38 0 5E 3C 2D 152 59 1D
Octal 214 10 70 0 136 74 55 522 131 35
Binary 10001100 1000 111000 0 1011110 111100 101101 101010010 1011001 11101

Color Harmonies of #8C0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0838

Black with #8C0838

Text Example


Text Example

White with #8C0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,56); }

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

background-color css

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

 a { background-color: rgb(140,8,56); }

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

border-color css

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

 span { border-color: rgb(140,8,56); }

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