Html Css Color HEX #6B0826 Burgundy

📋 copy color: '#6B0826'

red 107 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #6B0826

Tints of Burgundy #6B0826

RGB

 RED value IS 107 (42.19% from 255) = 69.93%

 GREEN value IS 8 (3.52% from 255) = 5.23%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 69.93%
G = 5.23%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6B0826 (or 0x6B0826) is known color: Burgundy. HEX triplet: 6B, 08 and 26. RGB value is (107,8,38). Sum of RGB (Red+Green+Blue) = 107+8+38=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0826 is #94F7D9. Grayscale: #292929. Windows color (decimal): -9762778 or 2492523. OLE color: 2492523.

HSL color Cylindrical-coordinate representation of color #6B0826: hue angle of 341.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0826 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 38 -
CMYK 0 0.93 0.64 0.58
HSL 341.82º 0.86% 0.23% -
HSV(B) 341.82º 0.93% 0.42% -
XYZ 6.5 3.44 2.16 -
YUV 41.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 107 8 38 0 0.93 0.64 0.58 341.82 0.86 0.23
Hex 6B 8 26 0 5D 40 3A 156 56 17
Octal 153 10 46 0 135 100 72 526 126 27
Binary 1101011 1000 100110 0 1011101 1000000 111010 101010110 1010110 10111

Color Harmonies of #6B0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0826

Black with #6B0826

Text Example


Text Example

White with #6B0826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,38); }

 H1.HeaderClassName
 {
   color: #6B0826;
 }
 .AnyTagClassName
 {
   color: #6B0826;
 }
</style>

background-color css

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

 a { background-color: rgb(107,8,38); }

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

border-color css

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

 span { border-color: rgb(107,8,38); }

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