Html Css Color HEX #6B0618 Burgundy

📋 copy color: '#6B0618'

red 107 ◦ green 6 ◦ blue 24

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

Shades of Burgundy #6B0618

Tints of Burgundy #6B0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 78.1%
G = 4.38%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B0618 (or 0x6B0618) is known color: Burgundy. HEX triplet: 6B, 06 and 18. RGB value is (107,6,24). Sum of RGB (Red+Green+Blue) = 107+6+24=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0618 is #94F9E7. Grayscale: #262626. Windows color (decimal): -9763304 or 1574507. OLE color: 1574507.

HSL color Cylindrical-coordinate representation of color #6B0618: hue angle of 349.31º 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 #6B0618 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 24 -
CMYK 0 0.94 0.78 0.58
HSL 349.31º 0.89% 0.22% -
HSV(B) 349.31º 0.94% 0.42% -
XYZ 6.29 3.32 1.17 -
YUV 38.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 107 6 24 0 0.94 0.78 0.58 349.31 0.89 0.22
Hex 6B 6 18 0 5E 4E 3A 15D 59 16
Octal 153 6 30 0 136 116 72 535 131 26
Binary 1101011 110 11000 0 1011110 1001110 111010 101011101 1011001 10110

Color Harmonies of #6B0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0618

Black with #6B0618

Text Example


Text Example

White with #6B0618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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