Html Css Color HEX #6D0425 Burgundy

📋 copy color: '#6D0425'

red 109 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #6D0425

Tints of Burgundy #6D0425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 72.67%
G = 2.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D0425 (or 0x6D0425) is known color: Burgundy. HEX triplet: 6D, 04 and 25. RGB value is (109,4,37). Sum of RGB (Red+Green+Blue) = 109+4+37=150 (19% of max value = 765). Red value is 109 (42.97% from 255 or 72.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0425 is #92FBDA. Grayscale: #272727. Windows color (decimal): -9632731 or 2425965. OLE color: 2425965.

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

Color convert

RGB 109 4 37 -
CMYK 0 0.96 0.66 0.57
HSL 341.14º 0.93% 0.22% -
HSV(B) 341.14º 0.96% 0.43% -
XYZ 6.68 3.47 2.07 -
YUV 39.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 109 4 37 0 0.96 0.66 0.57 341.14 0.93 0.22
Hex 6D 4 25 0 60 42 39 155 5D 16
Octal 155 4 45 0 140 102 71 525 135 26
Binary 1101101 100 100101 0 1100000 1000010 111001 101010101 1011101 10110

Color Harmonies of #6D0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0425

Black with #6D0425

Text Example


Text Example

White with #6D0425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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