Html Css Color HEX #6B0718 Burgundy

📋 copy color: '#6B0718'

red 107 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #6B0718

Tints of Burgundy #6B0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 77.54%
G = 5.07%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B0718 (or 0x6B0718) is known color: Burgundy. HEX triplet: 6B, 07 and 18. RGB value is (107,7,24). Sum of RGB (Red+Green+Blue) = 107+7+24=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0718 is #94F8E7. Grayscale: #262626. Windows color (decimal): -9763048 or 1574763. OLE color: 1574763.

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

Color convert

RGB 107 7 24 -
CMYK 0 0.93 0.78 0.58
HSL 349.8º 0.88% 0.22% -
HSV(B) 349.8º 0.93% 0.42% -
XYZ 6.3 3.34 1.18 -
YUV 38.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 107 7 24 0 0.93 0.78 0.58 349.8 0.88 0.22
Hex 6B 7 18 0 5D 4E 3A 15E 58 16
Octal 153 7 30 0 135 116 72 536 130 26
Binary 1101011 111 11000 0 1011101 1001110 111010 101011110 1011000 10110

Color Harmonies of #6B0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0718

Black with #6B0718

Text Example


Text Example

White with #6B0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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