Html Css Color HEX #6B0025 Burgundy

📋 copy color: '#6B0025'

red 107 ◦ green 0 ◦ blue 37

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

Shades of Burgundy #6B0025

Tints of Burgundy #6B0025

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 value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B0025 (or 0x6B0025) is known color: 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

RGB 107 0 37 -
CMYK 0 1 0.65 0.58
HSL 339.25º 1% 0.21% -
HSV(B) 339.25º 1% 0.42% -
XYZ 6.4 3.26 2.04 -
YUV 36.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 107 0 37 0 1 0.65 0.58 339.25 1 0.21
Hex 6B 0 25 0 64 41 3A 153 64 15
Octal 153 0 45 0 144 101 72 523 144 25
Binary 1101011 0 100101 0 1100100 1000001 111010 101010011 1100100 10101

Color Harmonies of #6B0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0025

Black with #6B0025

Text Example


Text Example

White with #6B0025

Text Example


Text Example

HTML Codes & Css Web 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>