Html Css Color HEX #6D0427 Burgundy

📋 copy color: '#6D0427'

red 109 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #6D0427

Tints of Burgundy #6D0427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 71.71%
G = 2.63%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6D0427 (or 0x6D0427) is known color: Burgundy. HEX triplet: 6D, 04 and 27. RGB value is (109,4,39). Sum of RGB (Red+Green+Blue) = 109+4+39=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0427 is #92FBD8. Grayscale: #272727. Windows color (decimal): -9632729 or 2557037. OLE color: 2557037.

HSL color Cylindrical-coordinate representation of color #6D0427: hue angle of 340º 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 #6D0427 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 4 39 -
CMYK 0 0.96 0.64 0.57
HSL 340º 0.93% 0.22% -
HSV(B) 340º 0.96% 0.43% -
XYZ 6.72 3.48 2.24 -
YUV 39.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 109 4 39 0 0.96 0.64 0.57 340 0.93 0.22
Hex 6D 4 27 0 60 40 39 154 5D 16
Octal 155 4 47 0 140 100 71 524 135 26
Binary 1101101 100 100111 0 1100000 1000000 111001 101010100 1011101 10110

Color Harmonies of #6D0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0427

Black with #6D0427

Text Example


Text Example

White with #6D0427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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