Html Css Color HEX #8C003D Burgundy

📋 copy color: '#8C003D'

red 140 ◦ green 0 ◦ blue 61

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

Shades of Burgundy #8C003D

Tints of Burgundy #8C003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 69.65%
G = 0%
B = 30.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C003D (or 0x8C003D) is known color: Burgundy. HEX triplet: 8C, 00 and 3D. RGB value is (140,0,61). Sum of RGB (Red+Green+Blue) = 140+0+61=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C003D is #73FFC2. Grayscale: #303030. Windows color (decimal): -7602115 or 3997836. OLE color: 3997836.

HSL color Cylindrical-coordinate representation of color #8C003D: hue angle of 333.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C003D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 0 61 -
CMYK 0 1 0.56 0.45
HSL 333.86º 1% 0.27% -
HSV(B) 333.86º 1% 0.55% -
XYZ 11.66 5.91 4.94 -
YUV 48.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 140 0 61 0 1 0.56 0.45 333.86 1 0.27
Hex 8C 0 3D 0 64 38 2D 14E 64 1B
Octal 214 0 75 0 144 70 55 516 144 33
Binary 10001100 0 111101 0 1100100 111000 101101 101001110 1100100 11011

Color Harmonies of #8C003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C003D

Black with #8C003D

Text Example


Text Example

White with #8C003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,61); }

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

background-color css

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

 a { background-color: rgb(140,0,61); }

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

border-color css

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

 span { border-color: rgb(140,0,61); }

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