Html Css Color HEX #8B0325 Burgundy

📋 copy color: '#8B0325'

red 139 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #8B0325

Tints of Burgundy #8B0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

 BLUE value IS 37 (14.84% from 255) = 20.67%

R = 77.65%
G = 1.68%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B0325 (or 0x8B0325) is known color: Burgundy. HEX triplet: 8B, 03 and 25. RGB value is (139,3,37). Sum of RGB (Red+Green+Blue) = 139+3+37=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0325 is #74FCDA. Grayscale: #2F2F2F. Windows color (decimal): -7666907 or 2425739. OLE color: 2425739.

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

Color convert

RGB 139 3 37 -
CMYK 0 0.98 0.73 0.45
HSL 345º 0.96% 0.28% -
HSV(B) 345º 0.98% 0.55% -
XYZ 11.01 5.69 2.27 -
YUV 47.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 139 3 37 0 0.98 0.73 0.45 345 0.96 0.28
Hex 8B 3 25 0 62 49 2D 159 60 1C
Octal 213 3 45 0 142 111 55 531 140 34
Binary 10001011 11 100101 0 1100010 1001001 101101 101011001 1100000 11100

Color Harmonies of #8B0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0325

Black with #8B0325

Text Example


Text Example

White with #8B0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,3,37); }

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

background-color css

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

 a { background-color: rgb(139,3,37); }

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

border-color css

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

 span { border-color: rgb(139,3,37); }

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