Html Css Color HEX #8B0C35 Burgundy

📋 copy color: '#8B0C35'

red 139 ◦ green 12 ◦ blue 53

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

Shades of Burgundy #8B0C35

Tints of Burgundy #8B0C35

RGB

 RED value IS 139 (54.69% from 255) = 68.14%

 GREEN value IS 12 (5.08% from 255) = 5.88%

 BLUE value IS 53 (21.09% from 255) = 25.98%

R = 68.14%
G = 5.88%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8B0C35 (or 0x8B0C35) is known color: Burgundy. HEX triplet: 8B, 0C and 35. RGB value is (139,12,53). Sum of RGB (Red+Green+Blue) = 139+12+53=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C35 is #74F3CA. Grayscale: #363636. Windows color (decimal): -7664587 or 3476619. OLE color: 3476619.

HSL color Cylindrical-coordinate representation of color #8B0C35: hue angle of 340.63º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C35 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 53 -
CMYK 0 0.91 0.62 0.45
HSL 340.63º 0.84% 0.3% -
HSV(B) 340.63º 0.91% 0.55% -
XYZ 11.42 6.01 3.93 -
YUV 54.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 139 12 53 0 0.91 0.62 0.45 340.63 0.84 0.3
Hex 8B C 35 0 5B 3E 2D 155 54 1E
Octal 213 14 65 0 133 76 55 525 124 36
Binary 10001011 1100 110101 0 1011011 111110 101101 101010101 1010100 11110

Color Harmonies of #8B0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C35

Black with #8B0C35

Text Example


Text Example

White with #8B0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,53); }

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

background-color css

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

 a { background-color: rgb(139,12,53); }

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

border-color css

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

 span { border-color: rgb(139,12,53); }

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