Html Css Color HEX #6D0A23 Burgundy

📋 copy color: '#6D0A23'

red 109 ◦ green 10 ◦ blue 35

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

Shades of Burgundy #6D0A23

Tints of Burgundy #6D0A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.49%

 BLUE value IS 35 (14.06% from 255) = 22.73%

R = 70.78%
G = 6.49%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.57

RGB Variations

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

Color information

#6D0A23 (or 0x6D0A23) is known color: Burgundy. HEX triplet: 6D, 0A and 23. RGB value is (109,10,35). Sum of RGB (Red+Green+Blue) = 109+10+35=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A23 is #92F5DC. Grayscale: #2A2A2A. Windows color (decimal): -9631197 or 2296429. OLE color: 2296429.

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

Color convert

RGB 109 10 35 -
CMYK 0 0.91 0.68 0.57
HSL 344.85º 0.83% 0.23% -
HSV(B) 344.85º 0.91% 0.43% -
XYZ 6.72 3.59 1.93 -
YUV 42.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 109 10 35 0 0.91 0.68 0.57 344.85 0.83 0.23
Hex 6D A 23 0 5B 44 39 159 53 17
Octal 155 12 43 0 133 104 71 531 123 27
Binary 1101101 1010 100011 0 1011011 1000100 111001 101011001 1010011 10111

Color Harmonies of #6D0A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A23

Black with #6D0A23

Text Example


Text Example

White with #6D0A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,35); }

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

background-color css

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

 a { background-color: rgb(109,10,35); }

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

border-color css

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

 span { border-color: rgb(109,10,35); }

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