Html Css Color HEX #6B0628 Burgundy

📋 copy color: '#6B0628'

red 107 ◦ green 6 ◦ blue 40

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

Shades of Burgundy #6B0628

Tints of Burgundy #6B0628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 69.93%
G = 3.92%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6B0628 (or 0x6B0628) is known color: Burgundy. HEX triplet: 6B, 06 and 28. RGB value is (107,6,40). Sum of RGB (Red+Green+Blue) = 107+6+40=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0628 is #94F9D7. Grayscale: #282828. Windows color (decimal): -9763288 or 2623083. OLE color: 2623083.

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

Color convert

RGB 107 6 40 -
CMYK 0 0.94 0.63 0.58
HSL 339.8º 0.89% 0.22% -
HSV(B) 339.8º 0.94% 0.42% -
XYZ 6.51 3.41 2.32 -
YUV 40.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 107 6 40 0 0.94 0.63 0.58 339.8 0.89 0.22
Hex 6B 6 28 0 5E 3F 3A 154 59 16
Octal 153 6 50 0 136 77 72 524 131 26
Binary 1101011 110 101000 0 1011110 111111 111010 101010100 1011001 10110

Color Harmonies of #6B0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0628

Black with #6B0628

Text Example


Text Example

White with #6B0628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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