Html Css Color HEX #8B0634 Burgundy

📋 copy color: '#8B0634'

red 139 ◦ green 6 ◦ blue 52

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

Shades of Burgundy #8B0634

Tints of Burgundy #8B0634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 70.56%
G = 3.05%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B0634 (or 0x8B0634) is known color: Burgundy. HEX triplet: 8B, 06 and 34. RGB value is (139,6,52). Sum of RGB (Red+Green+Blue) = 139+6+52=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0634 is #74F9CB. Grayscale: #323232. Windows color (decimal): -7666124 or 3409547. OLE color: 3409547.

HSL color Cylindrical-coordinate representation of color #8B0634: hue angle of 339.25º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0634 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 6 52 -
CMYK 0 0.96 0.63 0.45
HSL 339.25º 0.92% 0.28% -
HSV(B) 339.25º 0.96% 0.55% -
XYZ 11.33 5.87 3.78 -
YUV 51.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 139 6 52 0 0.96 0.63 0.45 339.25 0.92 0.28
Hex 8B 6 34 0 60 3F 2D 153 5C 1C
Octal 213 6 64 0 140 77 55 523 134 34
Binary 10001011 110 110100 0 1100000 111111 101101 101010011 1011100 11100

Color Harmonies of #8B0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0634

Black with #8B0634

Text Example


Text Example

White with #8B0634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,52); }

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

background-color css

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

 a { background-color: rgb(139,6,52); }

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

border-color css

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

 span { border-color: rgb(139,6,52); }

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