Html Css Color HEX #6B0928 Burgundy

📋 copy color: '#6B0928'

red 107 ◦ green 9 ◦ blue 40

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

Shades of Burgundy #6B0928

Tints of Burgundy #6B0928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.77%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 68.59%
G = 5.77%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B0928 (or 0x6B0928) is known color: Burgundy. HEX triplet: 6B, 09 and 28. RGB value is (107,9,40). Sum of RGB (Red+Green+Blue) = 107+9+40=156 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.59% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0928 is #94F6D7. Grayscale: #292929. Windows color (decimal): -9762520 or 2623851. OLE color: 2623851.

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

Color convert

RGB 107 9 40 -
CMYK 0 0.92 0.63 0.58
HSL 341.02º 0.84% 0.23% -
HSV(B) 341.02º 0.92% 0.42% -
XYZ 6.54 3.47 2.33 -
YUV 41.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 107 9 40 0 0.92 0.63 0.58 341.02 0.84 0.23
Hex 6B 9 28 0 5C 3F 3A 155 54 17
Octal 153 11 50 0 134 77 72 525 124 27
Binary 1101011 1001 101000 0 1011100 111111 111010 101010101 1010100 10111

Color Harmonies of #6B0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0928

Black with #6B0928

Text Example


Text Example

White with #6B0928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,9,40); }

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

background-color css

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

 a { background-color: rgb(107,9,40); }

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

border-color css

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

 span { border-color: rgb(107,9,40); }

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