#6B0025

Color #6B0025 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6B0025

Tints of Burgundy #6B0025

Color information

#6B0025 (or 0x6B0025) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 25. RGB value is (107,0,37). Sum of RGB (Red+Green+Blue) = 107+0+37=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0025 is #94FFDA. Grayscale: #242424. Windows color (decimal): -9764827 or 2424939. OLE color: 2424939.

HSL color Cylindrical-coordinate representation of color #6B0025: hue angle of 339.25º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0025 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB107037-
CMYK010.650.58
HSL339.25º100%20.98%-
HSV(B)339.25º100%41.96%-
XYZ6.43.262.04-
YUV36.21128.45178.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=74.31%
G=0%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107037010.650.58339.2510020.98
Hex6B025064413A1536415
Octal15304501441017252314425
Binary11010110100101011001001000001111010101010011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0025; }

 p { color: rgb(107,0,37); }

 H1.HeaderClassName
 {
   color: #6B0025;
 }
 .AnyTagClassName
 {
   color: #6B0025;
 }
</style>
background-color css

<style>
 a { background-color: #6B0025; }

 a { background-color: rgb(107,0,37); }

 div.DivClassName
 {
   background-color: #6B0025;
 }
 .BgClassName
 {
   background-color: #6B0025;
 }
</style>
border-color css

<style>
 span { border-color: #6B0025; }

 span { border-color: rgb(107,0,37); }

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