Html Css Color HEX #8C092D Burgundy

📋 copy color: '#8C092D'

red 140 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #8C092D

Tints of Burgundy #8C092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 72.16%
G = 4.64%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C092D (or 0x8C092D) is known color: Burgundy. HEX triplet: 8C, 09 and 2D. RGB value is (140,9,45). Sum of RGB (Red+Green+Blue) = 140+9+45=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C092D is #73F6D2. Grayscale: #343434. Windows color (decimal): -7599827 or 2951564. OLE color: 2951564.

HSL color Cylindrical-coordinate representation of color #8C092D: hue angle of 343.51º degrees, saturation: 0.88, 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 #8C092D is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 9 45 -
CMYK 0 0.94 0.68 0.45
HSL 343.51º 0.88% 0.29% -
HSV(B) 343.51º 0.94% 0.55% -
XYZ 11.39 5.96 3.03 -
YUV 52.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 140 9 45 0 0.94 0.68 0.45 343.51 0.88 0.29
Hex 8C 9 2D 0 5E 44 2D 158 58 1D
Octal 214 11 55 0 136 104 55 530 130 35
Binary 10001100 1001 101101 0 1011110 1000100 101101 101011000 1011000 11101

Color Harmonies of #8C092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C092D

Black with #8C092D

Text Example


Text Example

White with #8C092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,45); }

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

background-color css

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

 a { background-color: rgb(140,9,45); }

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

border-color css

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

 span { border-color: rgb(140,9,45); }

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