Html Css Color HEX #8B102F Burgundy

📋 copy color: '#8B102F'

red 139 ◦ green 16 ◦ blue 47

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

Shades of Burgundy #8B102F

Tints of Burgundy #8B102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.27%

R = 68.81%
G = 7.92%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8B102F (or 0x8B102F) is known color: Burgundy. HEX triplet: 8B, 10 and 2F. RGB value is (139,16,47). Sum of RGB (Red+Green+Blue) = 139+16+47=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B102F is #74EFD0. Grayscale: #383838. Windows color (decimal): -7663569 or 3084427. OLE color: 3084427.

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

Color convert

RGB 139 16 47 -
CMYK 0 0.88 0.66 0.45
HSL 344.88º 0.79% 0.3% -
HSV(B) 344.88º 0.88% 0.55% -
XYZ 11.35 6.06 3.26 -
YUV 56.31 122.75 186.98 -
System Red Green Blue C M Y K H S L
Decimal 139 16 47 0 0.88 0.66 0.45 344.88 0.79 0.3
Hex 8B 10 2F 0 58 42 2D 159 4F 1E
Octal 213 20 57 0 130 102 55 531 117 36
Binary 10001011 10000 101111 0 1011000 1000010 101101 101011001 1001111 11110

Color Harmonies of #8B102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B102F

Black with #8B102F

Text Example


Text Example

White with #8B102F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,16,47); }

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

background-color css

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

 a { background-color: rgb(139,16,47); }

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

border-color css

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

 span { border-color: rgb(139,16,47); }

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