Html Css Color HEX #6D0325 Burgundy

📋 copy color: '#6D0325'

red 109 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #6D0325

Tints of Burgundy #6D0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.01%

 BLUE value IS 37 (14.84% from 255) = 24.83%

R = 73.15%
G = 2.01%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D0325 (or 0x6D0325) is known color: Burgundy. HEX triplet: 6D, 03 and 25. RGB value is (109,3,37). Sum of RGB (Red+Green+Blue) = 109+3+37=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0325 is #92FCDA. Grayscale: #262626. Windows color (decimal): -9632987 or 2425709. OLE color: 2425709.

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

Color convert

RGB 109 3 37 -
CMYK 0 0.97 0.66 0.57
HSL 340.75º 0.95% 0.22% -
HSV(B) 340.75º 0.97% 0.43% -
XYZ 6.67 3.45 2.06 -
YUV 38.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 109 3 37 0 0.97 0.66 0.57 340.75 0.95 0.22
Hex 6D 3 25 0 61 42 39 155 5F 16
Octal 155 3 45 0 141 102 71 525 137 26
Binary 1101101 11 100101 0 1100001 1000010 111001 101010101 1011111 10110

Color Harmonies of #6D0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0325

Black with #6D0325

Text Example


Text Example

White with #6D0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,37); }

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

background-color css

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

 a { background-color: rgb(109,3,37); }

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

border-color css

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

 span { border-color: rgb(109,3,37); }

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