Html Css Color HEX #6D0507 Burgundy

📋 copy color: '#6D0507'

red 109 ◦ green 5 ◦ blue 7

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

Shades of Burgundy #6D0507

Tints of Burgundy #6D0507

RGB

 RED value IS 109 (42.97% from 255) = 90.08%

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 7 (3.13% from 255) = 5.79%

R = 90.08%
G = 4.13%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.57

RGB Variations

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

Color information

#6D0507 (or 0x6D0507) is known color: Burgundy. HEX triplet: 6D, 05 and 07. RGB value is (109,5,7). Sum of RGB (Red+Green+Blue) = 109+5+7=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0507 is #92FAF8. Grayscale: #242424. Windows color (decimal): -9632505 or 460141. OLE color: 460141.

HSL color Cylindrical-coordinate representation of color #6D0507: hue angle of 358.85º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0507 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 5 7 -
CMYK 0 0.95 0.94 0.57
HSL 358.85º 0.91% 0.22% -
HSV(B) 358.85º 0.95% 0.43% -
XYZ 6.4 3.38 0.52 -
YUV 36.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 109 5 7 0 0.95 0.94 0.57 358.85 0.91 0.22
Hex 6D 5 7 0 5F 5E 39 167 5B 16
Octal 155 5 7 0 137 136 71 547 133 26
Binary 1101101 101 111 0 1011111 1011110 111001 101100111 1011011 10110

Color Harmonies of #6D0507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0507

Black with #6D0507

Text Example


Text Example

White with #6D0507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,5,7); }

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

background-color css

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

 a { background-color: rgb(109,5,7); }

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

border-color css

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

 span { border-color: rgb(109,5,7); }

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